diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2001-07-03 18:33:04 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2001-07-03 18:33:04 +0000 |
commit | 9e22c96a914ee4661db35193456b2ca1f62e721d (patch) | |
tree | b89a328162288b5cf09c823f825cf236a3127364 /kerberosIV | |
parent | e8712d4ea7961805b78a61fdb211a68cb94863d5 (diff) |
use ${SUDO} for make includes
Diffstat (limited to 'kerberosIV')
-rw-r--r-- | kerberosIV/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/Makefile b/kerberosIV/Makefile index 3992e86ddb7..b08cfe7ecb7 100644 --- a/kerberosIV/Makefile +++ b/kerberosIV/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.32 2001/06/05 10:10:55 hin Exp $ +# $OpenBSD: Makefile,v 1.33 2001/07/03 18:33:03 matthieu Exp $ SUBDIR = lib usr.bin usr.sbin libexec doc build: - ${MAKE} includes + ${SUDO} ${MAKE} includes ${MAKE} depend cd ${.CURDIR}/lib && ${MAKE} && ${SUDO} ${MAKE} install ${MAKE} |