diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-16 19:10:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-16 19:10:15 +0000 |
commit | 4db30cb4642a4ccd91755e50166b9a2a9771af45 (patch) | |
tree | 71408f8b86b6dc9aee7dc5178d5272dcaea12778 /libexec/login_krb5-or-pwd/Makefile | |
parent | b3e3ead648e88382123d02efd4effdcb426d6431 (diff) |
some minor DPADD changes
Diffstat (limited to 'libexec/login_krb5-or-pwd/Makefile')
-rw-r--r-- | libexec/login_krb5-or-pwd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libexec/login_krb5-or-pwd/Makefile b/libexec/login_krb5-or-pwd/Makefile index c3305d2272d..bb6e533679b 100644 --- a/libexec/login_krb5-or-pwd/Makefile +++ b/libexec/login_krb5-or-pwd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2003/07/15 19:02:19 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2003/07/16 19:10:14 deraadt Exp $ .include <bsd.own.mk> @@ -9,8 +9,7 @@ CFLAGS+=-DPASSWD -Wall -Werror -I${.CURDIR}/../login_passwd .if (${KERBEROS5:L} == "yes") SRCS+= login_krb5.c -DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBUTIL} ${LIBKRB5} ${LIBKASN1} \ - ${LIBKAFS} ${LIBDES} +DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} ${LIBUTIL} ${LIBDES} LDADD+= -lkrb5 -lasn1 -lcrypto -lutil -ldes CFLAGS+=-DKRB5 .PATH: ${.CURDIR}/../login_passwd ${.CURDIR}/../login_krb5 |