diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-09-25 09:43:23 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-09-25 09:43:23 +0000 |
commit | 8ef381d0146761803939ec7e580434563285a856 (patch) | |
tree | 7dd62ea47da9cd8dd0ccaaf4bebab8aeb611cfab | |
parent | f44948d0b5f95f14ffc95c89a8835b5e126aa3cb (diff) |
link gnu files in.
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | gnu/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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> |