summaryrefslogtreecommitdiff
path: root/kerberosV/libexec/kpasswdd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosV/libexec/kpasswdd/Makefile')
-rw-r--r--kerberosV/libexec/kpasswdd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/libexec/kpasswdd/Makefile b/kerberosV/libexec/kpasswdd/Makefile
index d86e1fdfa0e..2fe5ede5a8a 100644
--- a/kerberosV/libexec/kpasswdd/Makefile
+++ b/kerberosV/libexec/kpasswdd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2001/09/27 05:02:57 art Exp $
+# $OpenBSD: Makefile,v 1.6 2001/09/29 17:45:40 jakob Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -9,7 +9,7 @@ MAN= ${PROG}.8
.PATH: ${KRB5SRC}/kpasswd
CFLAGS+=-I${KRB5SRC}/lib/krb5 -I${KRB5SRC}/lib/kadm5
LDADD+= -lhdb -lkadm5srv -lkrb5 -lkrb -ldes ${LIBROKEN} -lasn1 -lcrypto \
- -lcom_err -lkafs
+ -lcom_err -lkafs -lutil
.include <bsd.prog.mk>