summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosV/usr.bin/kf/Makefile')
-rw-r--r--kerberosV/usr.bin/kf/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/kerberosV/usr.bin/kf/Makefile b/kerberosV/usr.bin/kf/Makefile
new file mode 100644
index 00000000000..7e9c10bc89a
--- /dev/null
+++ b/kerberosV/usr.bin/kf/Makefile
@@ -0,0 +1,14 @@
+# $OpenBSD: Makefile,v 1.1 2001/06/24 05:45:48 hin Exp $
+
+KRBDEPTH=../..
+.include <${.CURDIR}/../../Makefile.inc>
+
+PROG= kf
+
+SRCS= kf.c
+
+.PATH: ${KRB5SRC}/appl/kf
+
+LDADD+= -lkrb5 -ldes -lkafs -l45 -lkrb ${LIBROKEN} -lasn1 -lcrypto -lcom_err
+
+.include <bsd.prog.mk> \ No newline at end of file