Date: Thu, 27 Apr 1995 08:37:29 +0200 (SAT) From: John Hay <jhay@mikom.csir.co.za> To: current@FreeBSD.org (FreeBSD-current) Subject: src/Makefile includes target incomplete Message-ID: <199504270637.IAA27490@zibbi.mikom.csir.co.za>
index | next in thread | raw e-mail
With the ctm I received this morning, pkg_install won't compile anymore.
On inspection I found that "Make includes" in /usr/src does not go into
libftp. So I were compiling with an old FtpLibrary.h. Here is a patch for
that.
--
John Hay -- jhay@mikom.csir.co.za
*** src/Makefile.org Tue Mar 28 20:14:17 1995
--- src/Makefile Thu Apr 27 08:30:57 1995
***************
*** 226,231 ****
--- 226,232 ----
cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libforms && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libscsi && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libftp && ${MAKE} beforeinstall
lib-tools:
@echo "--------------------------------------------------------------"
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504270637.IAA27490>
