diff options
-rw-r--r-- | rules/common.mk | 4 |
1 files changed, 4 insertions, 0 deletions
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 |