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.
This commit is contained in:
John Hay 1997-06-08 14:03:23 +00:00
parent 0b3a25d648
commit 89780415d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26504

View File

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