summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2005-03-09 03:11:21 +0000
committerchristos <christos@NetBSD.org>2005-03-09 03:11:21 +0000
commitceb0805a9b5e9c47bbcba5a63f87dfaa200c90dc (patch)
tree9635e658ac0349c3cb43f8a7f997ae09c17d0fd7 /libexec
parent1c7109cbce71f7adb256e9685c5fb78407a64397 (diff)
Add -lcrypt where -lcrypto is specified.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index d256904984b..c8d04f98ef2 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2005/03/04 20:41:09 he Exp $
+# $NetBSD: Makefile,v 1.55 2005/03/09 03:11:21 christos Exp $
# @(#)Makefile 8.2 (Berkeley) 4/4/94
.include <bsd.own.mk>
@@ -49,8 +49,8 @@ ftpd.o ftpcmd.o: version.h
#DPADD+= ${LIBKRB}
#LDADD+= -lkrb
#
-#DPADD+= ${LIBCRYPTO} ${LIBROKEN} ${LIBCOM_ERR}
-#LDADD+= -lcrypto -lroken -lcom_err
+#DPADD+= ${LIBCRYPTO} ${{LIBCRYPT} ${LIBROKEN} ${LIBCOM_ERR}
+#LDADD+= -lcrypto -lcrypt -lroken -lcom_err
#
#.endif