diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-09-15 07:46:17 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-09-15 07:46:17 +0000 |
| commit | 7004be9b3448b6dd883379e799af956e1ac99f3b (patch) | |
| tree | f2a1fdc3daf6445a8bb4fbf4cd491e10ac4a69cb | |
| parent | 5d55526b6514d717409264bed6110a3f43f0ba17 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index f6dd4cd3d157..8fe9a03ac222 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.11 1998/09/10 00:13:48 obrien Exp $ +# $Id: Makefile.inc1,v 1.12 1998/09/10 00:27:57 obrien Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -561,8 +561,10 @@ includes: cd ${.CURDIR}/lib/csu/${MACHINE_ARCH}; ${MAKE} beforeinstall .endif cd ${.CURDIR}/lib/libalias; ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libdevstat; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libc; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libcalendar; ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libcam; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libcurses; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libdisk; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libedit; ${MAKE} beforeinstall |
