summaryrefslogtreecommitdiff
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
parentf44948d0b5f95f14ffc95c89a8835b5e126aa3cb (diff)
link gnu files in.
-rw-r--r--Makefile3
-rw-r--r--gnu/Makefile4
2 files changed, 4 insertions, 3 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} && \
diff --git a/gnu/Makefile b/gnu/Makefile
index d49314f353c..ad817f52b3e 100644
--- a/gnu/Makefile
+++ b/gnu/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.5 2001/09/09 16:41:30 deraadt Exp $
+# $OpenBSD: Makefile,v 1.6 2001/09/25 09:43:22 espie Exp $
# $NetBSD: Makefile,v 1.4 1995/04/23 07:49:43 cgd Exp $
-SUBDIR+= lib usr.bin usr.sbin
+SUBDIR+= share lib usr.bin usr.sbin
.include <bsd.subdir.mk>