summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-09-15 07:46:17 +0000
committergibbs <gibbs@FreeBSD.org>1998-09-15 07:46:17 +0000
commit5e7780bf33ade53a75641024a1d4efc6ef40bf16 (patch)
treed99859be239a73d4c8ea659ca46b1da1e6fc2f1c /Makefile.inc1
parent155851a517f6dc1918b25cce7dac36db9762afc0 (diff)
downloadFreeBSD-src-5e7780bf33ade53a75641024a1d4efc6ef40bf16.zip
FreeBSD-src-5e7780bf33ade53a75641024a1d4efc6ef40bf16.tar.gz
Hook up beforeinstall targets for libcam and libdevstat
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index f6dd4cd..8fe9a03 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
OpenPOWER on IntegriCloud