summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2001-09-25 09:43:23 +0000
committerMarc Espie <espie@cvs.openbsd.org>2001-09-25 09:43:23 +0000
commit8ef381d0146761803939ec7e580434563285a856 (patch)
tree7dd62ea47da9cd8dd0ccaaf4bebab8aeb611cfab /Makefile
parentf44948d0b5f95f14ffc95c89a8835b5e126aa3cb (diff)
link gnu files in.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f990cea606..8965eaa945c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.79 2001/09/17 01:18:34 art Exp $
+# $OpenBSD: Makefile,v 1.80 2001/09/25 09:43:22 espie Exp $
#
# For more information on building in tricky environments, please see
@@ -77,6 +77,7 @@ build:
cp /dev/null ${GLOBAL_AUTOCONF_CACHE}
.endif
cd ${.CURDIR}/share/mk && exec ${SUDO} ${MAKE} install
+ cd ${.CURDIR}/gnu/share && exec ${SUDO} ${MAKE} install
cd ${.CURDIR}/include && ${MAKE} prereq && exec ${SUDO} ${MAKE} includes
${SUDO} ${MAKE} cleandir
cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && \