diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-19 18:21:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-19 18:21:51 +0000 |
commit | 14de55ffa4f7d73a234d72ca1c2fb1cf9d6589cb (patch) | |
tree | f2d487bd839aee27039d1d920b59ccc6ec541b90 /libexec/login_krb5 | |
parent | 82bbc9d510abf4b11e5ed8ef8bf4537033bcc1dd (diff) |
more places that need -lkafs
Diffstat (limited to 'libexec/login_krb5')
-rw-r--r-- | libexec/login_krb5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_krb5/Makefile b/libexec/login_krb5/Makefile index 50c821da057..f17fb92697d 100644 --- a/libexec/login_krb5/Makefile +++ b/libexec/login_krb5/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2001/07/02 14:07:07 millert Exp $ +# $OpenBSD: Makefile,v 1.9 2001/07/19 18:21:50 deraadt Exp $ .include <bsd.own.mk> @@ -11,7 +11,7 @@ CFLAGS+=-Wall -Werror -I${.CURDIR}/../login_passwd .if (${KERBEROS:L} == "yes") SRCS+= login_krb5.c DPADD+= ${LIBKRB} ${LIBCRYPTO} -LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkrb +LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkrb -lkafs CFLAGS+=-DKRB524 -DKRB5 .endif |