From owner-freebsd-current Wed Apr 26 23:38:01 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA21158 for current-outgoing; Wed, 26 Apr 1995 23:38:01 -0700 Received: from zibbi.mikom.csir.co.za (some.schmuck.lame.delegated.to.RAIN.PSG.COM [146.64.24.58]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA21130 for ; Wed, 26 Apr 1995 23:37:44 -0700 Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.6.11/8.6.6) id IAA27490 for current@FreeBSD.ORG; Thu, 27 Apr 1995 08:37:29 +0200 From: John Hay Message-Id: <199504270637.IAA27490@zibbi.mikom.csir.co.za> Subject: src/Makefile includes target incomplete To: current@FreeBSD.org (FreeBSD-current) Date: Thu, 27 Apr 1995 08:37:29 +0200 (SAT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 711 Sender: current-owner@FreeBSD.org Precedence: bulk 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 "--------------------------------------------------------------"