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, 2 insertions, 2 deletions
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index c1d0ef6e027..49ae04f975b 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 1998/03/26 20:38:08 art Exp $
+# $OpenBSD: Makefile,v 1.13 1998/03/26 23:47:29 deraadt Exp $
PROG= login
SRCS= login.c failedlogin.c
@@ -23,7 +23,7 @@ DPADD+= ${LIBKRB5} ${LIBCRYPTO}
CFLAGS+= -DKERBEROS
SRCS+= klogin.c
LDADD+= -lkrb -ldes -lkafs
-DPADD+= ${LIBKRB} ${LIBDES}
+DPADD+= ${LIBKRB} ${LIBDES} ${LIBKAFS}
.endif
BINOWN= root