diff options
author | peter <peter@FreeBSD.org> | 1996-01-01 08:33:17 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-01-01 08:33:17 +0000 |
commit | 6a9e3f156780cea8035012442a24d58499f4efe1 (patch) | |
tree | aaec14a1aebbad89eecc616e3e536d01bbd09951 /Makefile | |
parent | 42bbbd28614c699542553f24fb84264a5130e8e7 (diff) | |
download | FreeBSD-src-6a9e3f156780cea8035012442a24d58499f4efe1.zip FreeBSD-src-6a9e3f156780cea8035012442a24d58499f4efe1.tar.gz |
Add libutil/beforeinstall to the includes target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 "--------------------------------------------------------------" |