Add libwrap to includes target, otherwise <tcpd.h> doesn't get installed

in time to build inetd.  (If you already have /usr/include/tcpd.h, the
build doesn't fail.  This mainly affects upgrades and 'make world' from
systems more than a few weeks old)
This commit is contained in:
Peter Wemm 1999-04-02 15:37:07 +00:00
parent 2def3dba56
commit 15b7d60582
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45248

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.inc1,v 1.66 1999/03/31 06:38:13 obrien Exp $
# $Id: Makefile.inc1,v 1.67 1999/03/31 06:42:36 obrien Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@ -567,6 +567,7 @@ includes:
cd ${.CURDIR}/lib/libss; ${MAKE} -B hdrs beforeinstall
cd ${.CURDIR}/lib/libutil; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libvgl; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libwrap; ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libz; ${MAKE} beforeinstall
cd ${.CURDIR}/usr.bin/f2c; ${MAKE} beforeinstall
cd ${.CURDIR}/usr.bin/lex; ${MAKE} beforeinstall