summaryrefslogtreecommitdiff
path: root/usr.bin/login
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/login')
-rw-r--r--usr.bin/login/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 5de5e631749..07e00167837 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,11 +1,9 @@
-# $OpenBSD: Makefile,v 1.7 1996/11/09 20:17:14 millert Exp $
+# $OpenBSD: Makefile,v 1.8 1997/03/26 00:35:29 deraadt Exp $
# $NetBSD: Makefile,v 1.10 1994/12/23 06:52:56 jtc Exp $
PROG= login
SRCS= login.c failedlogin.c
-#LDADD= -lutil -lcrypt
LDADD= -lutil
-#DPADD= ${LIBUTIL} ${LIBCRYPT}
DPADD= ${LIBUTIL}
.include <bsd.own.mk> # For SKEY, KERBEROS and KERBEROS5