diff options
author | 1999-01-24 16:08:37 +0000 | |
---|---|---|
committer | 1999-01-24 16:08:37 +0000 | |
commit | c546f8ebef0f9ca0d992467d5c0ffc36987ea752 (patch) | |
tree | d7646a5f630ad9520801567dabc0f9daa5a84086 | |
parent | The E801 probe has several problems. Disable for now. (diff) | |
download | wireguard-openbsd-c546f8ebef0f9ca0d992467d5c0ffc36987ea752.tar.xz wireguard-openbsd-c546f8ebef0f9ca0d992467d5c0ffc36987ea752.zip |
pass SUDO to make build in kerberosIV. From: jakob@crt.se
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |