Date: Sun, 16 May 1999 18:20:08 -0700 (PDT) From: Gregory Neil Shapiro <gshapiro@sendmail.org> To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: gshapiro+freebsd-gnats@sendmail.org Subject: Re: bin/11739: 3.1-STABLE build failure (mkdep inetd fails -- missing tcpd.h) Message-ID: <14143.28360.621138.444757@monkeyboy.gshapiro.net> In-Reply-To: <199905170010.RAA05423@freefall.freebsd.org> References: <199905170004.RAA52215@monkeyboy.gshapiro.net> <199905170010.RAA05423@freefall.freebsd.org>
index | next in thread | previous in thread | raw e-mail
My reasoning was correct, my patch was not. Throw out the previous patch
and use this one:
*** Makefile.inc1~orig Sat May 8 21:06:06 1999
--- Makefile.inc1 Sun May 16 18:15:32 1999
***************
*** 569,574 ****
--- 569,575 ----
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
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14143.28360.621138.444757>
