From 5085f1be9cf54e9db1290ea923e933f8354207f0 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Fri, 14 Sep 2012 11:13:13 +0400 Subject: Can run some commands as root --- rules/common.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rules') diff --git a/rules/common.mk b/rules/common.mk index 291b488..9ddadae 100644 --- a/rules/common.mk +++ b/rules/common.mk @@ -27,6 +27,10 @@ ifeq (,$(__common_mk)) # Default: bits := 32 +# Prepended to commands which require root privileges +# May be overriden in /etc/cibs/cibs.conf to, for example, pfexec +root := sudo + mach := $(shell uname -p) mach32 := mach64 := amd64 -- cgit v1.2.3