summaryrefslogtreecommitdiff
path: root/usr.bin/login
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1996-02-15 05:02:30 +0000
committeretheisen <etheisen@cvs.openbsd.org>1996-02-15 05:02:30 +0000
commit05f760ee4b014b7db555a4da90d180c251b457da (patch)
treeb1de5598f61424732275007b6d65e91e5b92f2f0 /usr.bin/login
parentc61a4da71a7867b4367df2ddd21293db3c4e7742 (diff)
libcrypt no longer a link dependancy.
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index e1f6c0243f6..32ebb681727 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,10 +1,13 @@
# $NetBSD: Makefile,v 1.10 1994/12/23 06:52:56 jtc Exp $
-# @(#)Makefile 8.1 (Berkeley) 7/19/93
+# from: @(#)Makefile 8.1 (Berkeley) 7/19/93
+# $Id: Makefile,v 1.3 1996/02/15 05:02:24 etheisen Exp $
PROG= login
SRCS= login.c
-LDADD= -lutil -lcrypt
-DPADD= ${LIBUTIL} ${LIBCRYPT}
+#LDADD= -lutil -lcrypt
+LDADD= -lutil
+#DPADD= ${LIBUTIL} ${LIBCRYPT}
+DPADD= ${LIBUTIL}
.include <bsd.own.mk> # For SKEY, KERBEROS and KERBEROS5