From 15b7d6058240811bc7beaaafb7c71c2e553297b7 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 2 Apr 1999 15:37:07 +0000 Subject: [PATCH] Add libwrap to includes target, otherwise 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) --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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