diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-01-24 16:08:38 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-01-24 16:08:38 +0000 |
commit | ab2a5d0740eebe361a29980b57e071e00cb27f6c (patch) | |
tree | 2429b2a74ac532e1eaef77ade65aba7e71d1e098 | |
parent | 7dac23da5f79a2a8cebc8abc4ab8b59d86496495 (diff) |
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 |