diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-09-29 17:45:41 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-09-29 17:45:41 +0000 |
commit | 0a0e1539b895602200bbb9bacfce5e94375abd72 (patch) | |
tree | 603014ef81c7bf1524faf84d25c30e2d69f1c3fb /kerberosV/libexec/kdc | |
parent | 430d9e16c3b2edd44bb491d727cbd3b9d75e46f1 (diff) |
we now have pidfile(3) in libutil
Diffstat (limited to 'kerberosV/libexec/kdc')
-rw-r--r-- | kerberosV/libexec/kdc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/libexec/kdc/Makefile b/kerberosV/libexec/kdc/Makefile index a6af574c4e9..0b76d6c2680 100644 --- a/kerberosV/libexec/kdc/Makefile +++ b/kerberosV/libexec/kdc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/07/18 20:24:18 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2001/09/29 17:45:40 jakob Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -19,6 +19,6 @@ SRCS= 524.c \ .PATH: ${KRB5SRC}/kdc CFLAGS+=-I${KRB5SRC}/lib/krb5 -LDADD+= -lhdb -lkrb5 -lkrb -ldes ${LIBROKEN} -lasn1 -lcrypto -lcom_err -lkafs +LDADD+= -lhdb -lkrb5 -lkrb -ldes ${LIBROKEN} -lasn1 -lcrypto -lcom_err -lkafs -lutil .include <bsd.prog.mk> |