We don't have libftp anymore, so why don't we stop trying to do a

make beforeinstall in it. :)
This commit is contained in:
Satoshi Asami 1995-08-04 12:06:51 +00:00
parent 79ad0d4c63
commit 8a06732e35
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9904

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.56 1995/05/13 03:34:23 rgrimes Exp $
# $Id: Makefile,v 1.57 1995/05/29 23:50:55 rgrimes Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@ -226,7 +226,6 @@ 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 "--------------------------------------------------------------"