aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-04-02 15:37:07 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-04-02 15:37:07 +0000
commit15b7d6058240811bc7beaaafb7c71c2e553297b7 (patch)
tree38f6103ec4c47a9421dbaab648310884b02a6368 /Makefile.inc1
parent2def3dba5664f3cb9f79c9d85db992b188ab5559 (diff)
downloadsrc-15b7d6058240811bc7beaaafb7c71c2e553297b7.tar.gz
src-15b7d6058240811bc7beaaafb7c71c2e553297b7.zip
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)
Notes
Notes: svn path=/head/; revision=45248
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e66c67132d11..e03fbd675e42 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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