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 /Makefile | |
parent | f44948d0b5f95f14ffc95c89a8835b5e126aa3cb (diff) |
link gnu files in.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 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} && \ |