diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-06-24 23:31:08 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-06-24 23:31:08 +0000 |
commit | 937d6d2b1a6d9d62b1168c0319aa55610dd195ae (patch) | |
tree | 996e7f5a674733c27b2e09a9c47085a897560146 | |
parent | 33c5e8f5cc9ee1a24f3c8307931b695b643ed023 (diff) |
yet another old M: missing SUDO i includes target
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |