summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-01 08:33:17 +0000
committerpeter <peter@FreeBSD.org>1996-01-01 08:33:17 +0000
commit6a9e3f156780cea8035012442a24d58499f4efe1 (patch)
treeaaec14a1aebbad89eecc616e3e536d01bbd09951 /Makefile
parent42bbbd28614c699542553f24fb84264a5130e8e7 (diff)
downloadFreeBSD-src-6a9e3f156780cea8035012442a24d58499f4efe1.zip
FreeBSD-src-6a9e3f156780cea8035012442a24d58499f4efe1.tar.gz
Add libutil/beforeinstall to the includes target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 673324b..9ed12ed 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.70 1995/11/28 20:04:19 nate Exp $
+# $Id: Makefile,v 1.71 1995/12/27 05:36:20 pst Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -250,6 +250,7 @@ includes:
cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libforms && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libscsi && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libutil && ${MAKE} beforeinstall
lib-tools:
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud