summaryrefslogtreecommitdiff
path: root/kerberosV/libexec/kfd
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2013-06-17 18:57:47 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2013-06-17 18:57:47 +0000
commiteda62d8f4e9fbdc55f8600409818ed1cbd89e35e (patch)
tree426c4d157a0d4d4ab0f4b3ee8519ea6c130acf60 /kerberosV/libexec/kfd
parentdf0d019db60178be37cff40c992138c6d412c86c (diff)
update kerberosV to Heimdal 1.5.2 using BSD Makefiles based
on the ones from FreeBSD This is getting commited now so that we can patch it up fast in the tree. There are known regressions so please don't try to build this on your own now, please wait for the next available snapshot. If however you would still want to build it, make sure build and install everything in the tools directory first. This is not the full commit yet because there are several subdirectories.
Diffstat (limited to 'kerberosV/libexec/kfd')
-rw-r--r--kerberosV/libexec/kfd/Makefile25
1 files changed, 11 insertions, 14 deletions
diff --git a/kerberosV/libexec/kfd/Makefile b/kerberosV/libexec/kfd/Makefile
index c1571641e4a..cfabd091b1e 100644
--- a/kerberosV/libexec/kfd/Makefile
+++ b/kerberosV/libexec/kfd/Makefile
@@ -1,18 +1,15 @@
-# $OpenBSD: Makefile,v 1.6 2010/10/13 08:14:22 jsg Exp $
-
-KRBDEPTH=../..
-.include <${.CURDIR}/../../Makefile.inc>
+# $OpenBSD: Makefile,v 1.7 2013/06/17 18:57:39 robert Exp $
PROG= kfd
-MAN= ${PROG}.8
-
-SRCS= kfd.c
-
-.PATH: ${KRB5SRC}/appl/kf
-
-CFLAGS+=-I${KRB5SRC}/lib/krb5
-
-DPADD+= ${LIBKRB5} ${LIBCRYPTO}
-LDADD+= -lkrb5 -lcrypto
+MAN= kfd.8
+CFLAGS+= -I${KRB5DIR}/lib/asn1 \
+ -I${KRB5DIR}/lib/roken
+DPADD= ${LIBKRB5} ${LIBROKEN} ${LIBASN1} ${LIBCRYPTO} \
+ ${LIBCRYPT} ${LIBVERS}
+LDADD= -lkrb5 -lroken -lasn1 -lcrypto \
+ ${LIBVERS} -lhx509 -lcom_err -lpthread \
+ -lwind -lheimbase
.include <bsd.prog.mk>
+
+.PATH: ${KRB5DIR}/appl/kf