summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>1999-01-24 16:08:37 +0000
committerart <art@openbsd.org>1999-01-24 16:08:37 +0000
commitc546f8ebef0f9ca0d992467d5c0ffc36987ea752 (patch)
treed7646a5f630ad9520801567dabc0f9daa5a84086
parentThe E801 probe has several problems. Disable for now. (diff)
downloadwireguard-openbsd-c546f8ebef0f9ca0d992467d5c0ffc36987ea752.tar.xz
wireguard-openbsd-c546f8ebef0f9ca0d992467d5c0ffc36987ea752.zip
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