summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-02 15:37:07 +0000
committerpeter <peter@FreeBSD.org>1999-04-02 15:37:07 +0000
commit02500f76dc0eb1987e3ac25af50d8a178d13498e (patch)
treeb77e3ccdaddb26cba3d4946c1132d7aaeaabc8e4 /Makefile.inc1
parent161936e972a750fc89dab15c1a8fc049c70d6051 (diff)
downloadFreeBSD-src-02500f76dc0eb1987e3ac25af50d8a178d13498e.zip
FreeBSD-src-02500f76dc0eb1987e3ac25af50d8a178d13498e.tar.gz
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)
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 e66c671..e03fbd6 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
OpenPOWER on IntegriCloud