summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1999-01-24 16:08:38 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1999-01-24 16:08:38 +0000
commitab2a5d0740eebe361a29980b57e071e00cb27f6c (patch)
tree2429b2a74ac532e1eaef77ade65aba7e71d1e098
parent7dac23da5f79a2a8cebc8abc4ab8b59d86496495 (diff)
pass SUDO to make build in kerberosIV. From: jakob@crt.se
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f674e036d1a..05e2d999acd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.44 1999/01/08 00:26:59 millert Exp $
+# $OpenBSD: Makefile,v 1.45 1999/01/24 16:08:37 art Exp $
#
# For more information on building in tricky environments, please see
@@ -87,7 +87,7 @@ build:
ldconfig
.endif
.if (${KERBEROS} == "yes")
- (cd ${.CURDIR}/kerberosIV && ${MAKE} build)
+ (cd ${.CURDIR}/kerberosIV && ${MAKE} SUDO=${SUDO} build)
.endif
.if (${MACHINE_ARCH} == "mips")
ldconfig