From 89780415d4c72cb4c2908cf1e10869a2dfc69a71 Mon Sep 17 00:00:00 2001 From: John Hay Date: Sun, 8 Jun 1997 14:03:23 +0000 Subject: [PATCH] Add libmp and libz to the includes target. This makes "make includes -DCLOBBER; make depend; make all" work. I think there should be a better than adding each library directory here. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48015dd84e87..5d699b1dc16c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.127 1997/05/21 22:48:51 asami Exp $ +# $Id: Makefile,v 1.128 1997/05/26 05:27:37 peter Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -388,6 +388,7 @@ includes: cd ${.CURDIR}/gnu/lib/libstdc++ && ${MAKE} beforeinstall cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall + cd ${.CURDIR}/gnu/lib/libmp && ${MAKE} beforeinstall .if exists(eBones) && !defined(NOCRYPT) && defined(MAKE_EBONES) cd ${.CURDIR}/eBones/include && ${MAKE} beforeinstall cd ${.CURDIR}/eBones/lib/libkrb && ${MAKE} beforeinstall @@ -414,6 +415,7 @@ includes: cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libscsi && ${MAKE} beforeinstall cd ${.CURDIR}/lib/libutil && ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libz && ${MAKE} beforeinstall # # lib-tools - build tools to compile and install the libraries.