summaryrefslogtreecommitdiff
path: root/libexec/login_krb4-or-pwd/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-05 00:09:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-03-05 00:09:33 +0000
commit637e794594a3c765ba5ae4c96f78489703065f56 (patch)
tree2481d65e01745625eef666b127acfeeb38779899 /libexec/login_krb4-or-pwd/Makefile
parentf8e7121c40b6b20e97d3a646f4f02dd127ee1541 (diff)
add -ldes linking
Diffstat (limited to 'libexec/login_krb4-or-pwd/Makefile')
-rw-r--r--libexec/login_krb4-or-pwd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/login_krb4-or-pwd/Makefile b/libexec/login_krb4-or-pwd/Makefile
index 3ec626172a1..71d0c834512 100644
--- a/libexec/login_krb4-or-pwd/Makefile
+++ b/libexec/login_krb4-or-pwd/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>
@@ -10,7 +10,7 @@ CFLAGS+=-DPASSWD -Wall -Werror -I${.CURDIR}/../login_passwd
.if (${KERBEROS:L} == "yes")
SRCS+= login_krb4.c
DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBUTIL}
-LDADD+= -lkrb -lcrypto -lutil
+LDADD+= -lkrb -lcrypto -lutil -ldes
CFLAGS+=-DKRB4
.PATH: ${.CURDIR}/../login_passwd ${.CURDIR}/../login_krb4
.else