summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-06-26 22:47:52 +0000
committernate <nate@FreeBSD.org>1996-06-26 22:47:52 +0000
commitb32a0b2af85cea66591433649bda13681bf891a6 (patch)
treee64934a98cbb4ce2427c42f92861f9605fa08e49 /Makefile
parent149b699e1484f36b946e078c61fc339335299ef5 (diff)
downloadFreeBSD-src-b32a0b2af85cea66591433649bda13681bf891a6.zip
FreeBSD-src-b32a0b2af85cea66591433649bda13681bf891a6.tar.gz
Added libftpio to 'includes'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89ff70c..c978819 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.84 1996/06/22 17:58:44 pst Exp $
+# $Id: Makefile,v 1.85 1996/06/24 04:22:10 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -238,6 +238,7 @@ includes:
cd ${.CURDIR}/lib/libc && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcurses && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libftpio && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmytinfo && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libncurses && ${MAKE} beforeinstall
OpenPOWER on IntegriCloud