diff options
Diffstat (limited to 'libexec/ftpd/Makefile')
-rw-r--r-- | libexec/ftpd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index bb991bd8dc8..f2f242fcd42 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1997/02/06 23:49:10 rahnds Exp $ +# $OpenBSD: Makefile,v 1.9 1997/03/26 00:34:34 deraadt Exp $ # $NetBSD: Makefile,v 1.13 1996/02/16 02:07:41 cgd Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 @@ -13,9 +13,6 @@ MAN= ftpd.8 CLEANFILES+=ftpcmd.c y.tab.h .PATH: ${.CURDIR}/../../usr.bin/ftp -#LDADD+= -lcrypt -#DPADD+= ${LIBCRYPT} - .include <bsd.own.mk> .if defined(SKEY) |