From 358a579f84f9f760b580d57f7ef38d90aaaaa435 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 1 Jan 1996 08:33:17 +0000 Subject: [PATCH] Add libutil/beforeinstall to the includes target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 673324bb1fd..9ed12edd8c4 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 "--------------------------------------------------------------"