summaryrefslogtreecommitdiff
path: root/kerberosV/Makefile
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2001-05-25 12:00:48 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2001-05-25 12:00:48 +0000
commite35a59ce6c2b8a014f6e94bad12249a19254036c (patch)
tree122b9623faacf270c1f90b3f5fa7075a875361a2 /kerberosV/Makefile
parent995a74a40d763acfcdf7d35c2451b7668840e6ab (diff)
add support for building with ${SUDO}. ok hin@
Diffstat (limited to 'kerberosV/Makefile')
-rw-r--r--kerberosV/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/kerberosV/Makefile b/kerberosV/Makefile
index 11f011748fc..15bd0b25707 100644
--- a/kerberosV/Makefile
+++ b/kerberosV/Makefile
@@ -1,14 +1,14 @@
-# $OpenBSD: Makefile,v 1.1 2001/05/25 08:24:12 hin Exp $
+# $OpenBSD: Makefile,v 1.2 2001/05/25 12:00:47 jakob Exp $
SUBDIR = usr.bin/asn1_compile lib usr.bin libexec usr.sbin
build:
( cd lib/roken && ${MAKE} )
- ( cd usr.bin/asn1_compile && ${MAKE} && ${MAKE} install )
- ${MAKE} includes
+ ( cd usr.bin/asn1_compile && ${MAKE} && ${SUDO} ${MAKE} install )
+ ${SUDO} ${MAKE} includes
${MAKE} depend
- ( cd lib && ${MAKE} && ${MAKE} install )
+ ( cd lib && ${MAKE} && ${SUDO} ${MAKE} install )
${MAKE}
- ${MAKE} install
+ ${SUDO} ${MAKE} install
.include <bsd.subdir.mk>