Add libutil/beforeinstall to the includes target

This commit is contained in:
Peter Wemm 1996-01-01 08:33:17 +00:00
parent 3b7e1cc80f
commit 358a579f84
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13138

View File

@ -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 "--------------------------------------------------------------"