summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/kauth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosV/usr.bin/kauth/Makefile')
-rw-r--r--kerberosV/usr.bin/kauth/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/kerberosV/usr.bin/kauth/Makefile b/kerberosV/usr.bin/kauth/Makefile
new file mode 100644
index 00000000000..56b51c4ebdd
--- /dev/null
+++ b/kerberosV/usr.bin/kauth/Makefile
@@ -0,0 +1,15 @@
+# $OpenBSD: Makefile,v 1.1 2001/05/25 08:20:33 hin Exp $
+
+KRBDEPTH=../..
+.include <${.CURDIR}/../../Makefile.inc>
+
+PROG= kauth
+NOMAN=
+
+SRCS= kinit.c kauth_options.c
+
+.PATH: ${KRB5SRC}/kuser
+
+LDADD+= ${LIBROKEN} -lkrb5 -ldes -lkafs -l45 -lkrb -lkafs5
+
+.include <bsd.prog.mk> \ No newline at end of file