From b32a0b2af85cea66591433649bda13681bf891a6 Mon Sep 17 00:00:00 2001 From: nate Date: Wed, 26 Jun 1996 22:47:52 +0000 Subject: Added libftpio to 'includes'. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.1