summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2001-06-24 23:31:08 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2001-06-24 23:31:08 +0000
commit937d6d2b1a6d9d62b1168c0319aa55610dd195ae (patch)
tree996e7f5a674733c27b2e09a9c47085a897560146
parent33c5e8f5cc9ee1a24f3c8307931b695b643ed023 (diff)
yet another old M: missing SUDO i includes target
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 49281bfb36f..91aa16aec71 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.66 2001/05/14 12:34:26 espie Exp $
+# $OpenBSD: Makefile,v 1.67 2001/06/24 23:31:07 niklas Exp $
#
# For more information on building in tricky environments, please see
@@ -57,7 +57,7 @@ regression-tests:
.endif
includes:
- cd ${.CURDIR}/include && ${MAKE} prereq && exec ${MAKE} includes
+ cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes
beforeinstall:
cd ${.CURDIR}/etc && exec ${MAKE} DESTDIR=${DESTDIR} distrib-dirs