diff options
author | etheisen <etheisen@cvs.openbsd.org> | 1996-02-15 03:50:50 +0000 |
---|---|---|
committer | etheisen <etheisen@cvs.openbsd.org> | 1996-02-15 03:50:50 +0000 |
commit | 9605d6cbccf7c75cbddfdb37ebe418b2222cf6b3 (patch) | |
tree | e36178a63c244c03b9326c6d121f0d856e07f033 /libexec/ftpd | |
parent | 9d3495c0cca2396873c10dfc8e1b787916b7b54c (diff) |
libcrypt no longer a link dependancy.
Diffstat (limited to 'libexec/ftpd')
-rw-r--r-- | libexec/ftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 8418ba7553a..f34c19a1899 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -8,8 +8,8 @@ MAN= ftpd.8 CLEANFILES+=ftpcmd.c y.tab.h .PATH: ${.CURDIR}/../../usr.bin/ftp -LDADD+= -lcrypt -DPADD+= ${LIBCRYPT} +#LDADD+= -lcrypt +#DPADD+= ${LIBCRYPT} .include <bsd.own.mk> |