diff options
Diffstat (limited to 'lib/libftp/Makefile')
| -rw-r--r-- | lib/libftp/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/libftp/Makefile b/lib/libftp/Makefile deleted file mode 100644 index ebb6b5bed5f0..000000000000 --- a/lib/libftp/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -LIB= ftp -CFLAGS+= -I${.CURDIR} -Wall - -SRCS= FtpAbort.c FtpFull.c FtpPasv.c \ - FtpArchie.c FtpGetHost.c FtpPort.c \ - FtpBye.c FtpGood.c FtpPwd.c \ - FtpClose.c FtpIO.c FtpRetr.c \ - FtpCommand.c FtpInit.c FtpSize.c \ - FtpConnect.c FtpLogin.c FtpStor.c \ - FtpCopy.c FtpMessage.c \ - FtpData.c FtpMove.c FtpType.c \ - FtpDebug.c Ftpfopen.c \ - FtpFilenameChecker.c FtpOpenDir.c - -beforeinstall: - -cd ${.CURDIR}; cmp -s FtpLibrary.h ${DESTDIR}/usr/include/FtpLibrary.h || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 FtpLibrary.h \ - ${DESTDIR}/usr/include - -.include <bsd.lib.mk> |
