diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 00:36:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-03-26 00:36:01 +0000 |
commit | 082e875778c51eba9dd109113e8ffdfa89170f98 (patch) | |
tree | e32dcb4593f4992769e0a8d1d8c3ad80fa20e5c4 /usr.bin/login | |
parent | 1da51e29f50d8de8dafecad57f99e3344d90388a (diff) |
no libcrypt, fix DPADD
Diffstat (limited to 'usr.bin/login')
-rw-r--r-- | usr.bin/login/Makefile | 4 |
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 |