summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-27 11:25:48 +0000
committerjkh <jkh@FreeBSD.org>1995-04-27 11:25:48 +0000
commit7288999f24c00e95042a766e6323a9e53313e839 (patch)
tree41967003113756f32e3d600efabc5a70248a7ced /Makefile
parentdcf608f1a5f67dc5324dbfb1b38b592fcbef9ed9 (diff)
downloadFreeBSD-src-7288999f24c00e95042a766e6323a9e53313e839.zip
FreeBSD-src-7288999f24c00e95042a766e6323a9e53313e839.tar.gz
Add libftp to list of beforeinstall targets in the include rule.
Submitted by: John Hay <jhay@mikom.csir.co.za>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 846a348..a8b0f98 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.51 1995/03/27 01:31:09 rgrimes Exp $
+# $Id: Makefile,v 1.52 1995/03/28 18:14:17 sos Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -226,6 +226,7 @@ includes:
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 "--------------------------------------------------------------"
OpenPOWER on IntegriCloud