summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2001-06-27 22:02:24 +0000
committerhin <hin@openbsd.org>2001-06-27 22:02:24 +0000
commita2624ee9e971a75cf2c253b237e9d3015010b03e (patch)
tree1ef008ce0e124a2a479a9bb95374e44c0e0a40b2
parentChange flag syntax (diff)
downloadwireguard-openbsd-a2624ee9e971a75cf2c253b237e9d3015010b03e.tar.xz
wireguard-openbsd-a2624ee9e971a75cf2c253b237e9d3015010b03e.zip
Link with libkdb
-rw-r--r--kerberosV/libexec/hprop/Makefile6
-rw-r--r--kerberosV/libexec/hpropd/Makefile6
2 files changed, 6 insertions, 6 deletions
diff --git a/kerberosV/libexec/hprop/Makefile b/kerberosV/libexec/hprop/Makefile
index c98641db71f..32de0ea6d55 100644
--- a/kerberosV/libexec/hprop/Makefile
+++ b/kerberosV/libexec/hprop/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2001/06/25 02:29:53 hin Exp $
+# $OpenBSD: Makefile,v 1.2 2001/06/27 22:02:24 hin Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -10,7 +10,7 @@ SRCS= hprop.c mit_dump.c v4_dump.c hprop.h kadb.h
.PATH: ${KRB5SRC}/kdc
CFLAGS+=-I${KRB5SRC}/lib/krb5 -I${KRB5SRC}/lib/kadm5
-LDADD+= -lhdb -lkadm5srv -lkrb5 -lkrb -lkdb ${LIBROKEN} -lasn1 -lcrypto \
- -lcom_err -lhdb
+LDADD+= -lhdb -lkadm5srv -lkrb5 -lkdb -lkrb -lkdb ${LIBROKEN} -lasn1 -lcrypto \
+ -lcom_err
.include <bsd.prog.mk>
diff --git a/kerberosV/libexec/hpropd/Makefile b/kerberosV/libexec/hpropd/Makefile
index 6221bfcf988..f1ce1fa2463 100644
--- a/kerberosV/libexec/hpropd/Makefile
+++ b/kerberosV/libexec/hpropd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2001/06/25 02:29:55 hin Exp $
+# $OpenBSD: Makefile,v 1.2 2001/06/27 22:02:26 hin Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -10,7 +10,7 @@ SRCS= hpropd.c
.PATH: ${KRB5SRC}/kdc
CFLAGS+=-I${KRB5SRC}/lib/krb5 -I${KRB5SRC}/lib/kadm5
-LDADD+= -lhdb -lkadm5srv -lkrb5 -lkrb -lkdb ${LIBROKEN} -lasn1 -lcrypto \
- -lcom_err -lhdb
+LDADD+= -lhdb -lkadm5srv -lkrb5 -lkdb -lkrb -lkdb ${LIBROKEN} -lasn1 -lcrypto \
+ -lcom_err
.include <bsd.prog.mk>