diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-26 23:47:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-26 23:47:44 +0000 |
commit | 1b03f2d7ad22506b53fda8db7f89e3951d107521 (patch) | |
tree | 1ff12a7d179b047a258559d4ed84459d4663c291 /usr.bin/login | |
parent | cfaf5262cd3d7793e928a349861fec1144a499af (diff) |
cleanup after art
Diffstat (limited to 'usr.bin/login')
-rw-r--r-- | usr.bin/login/Makefile | 4 |
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 |