diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-05 00:09:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-05 00:09:33 +0000 |
commit | 637e794594a3c765ba5ae4c96f78489703065f56 (patch) | |
tree | 2481d65e01745625eef666b127acfeeb38779899 /libexec/login_krb4 | |
parent | f8e7121c40b6b20e97d3a646f4f02dd127ee1541 (diff) |
add -ldes linking
Diffstat (limited to 'libexec/login_krb4')
-rw-r--r-- | libexec/login_krb4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_krb4/Makefile b/libexec/login_krb4/Makefile index 413e0a57a63..ddaec72188a 100644 --- a/libexec/login_krb4/Makefile +++ b/libexec/login_krb4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/07/02 14:07:06 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2002/03/05 00:09:31 deraadt Exp $ .include <bsd.own.mk> @@ -11,7 +11,7 @@ CFLAGS+=-Wall -Werror -I${.CURDIR}/../login_passwd .if (${KERBEROS:L} == "yes") SRCS+= login_krb4.c DPADD+= ${LIBKRB} ${LIBCRYPTO} -LDADD+= -lkrb -lcrypto +LDADD+= -lkrb -lcrypto -ldes CFLAGS+=-DKRB4 .endif |