summaryrefslogtreecommitdiff
path: root/kerberosV/usr.bin/afslog
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosV/usr.bin/afslog')
-rw-r--r--kerberosV/usr.bin/afslog/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/kerberosV/usr.bin/afslog/Makefile b/kerberosV/usr.bin/afslog/Makefile
new file mode 100644
index 00000000000..11e56a9a8c2
--- /dev/null
+++ b/kerberosV/usr.bin/afslog/Makefile
@@ -0,0 +1,14 @@
+# $OpenBSD: Makefile,v 1.1 2002/06/11 15:26:49 hin Exp $
+
+KRBDEPTH=../..
+.include <${.CURDIR}/../../Makefile.inc>
+
+PROG = afslog
+
+.PATH: ${KRB5SRC}/appl/afsutil
+
+CFLAGS += -I.
+DPADD += ${LIBKAFS} ${LIBKRB5} ${LIBKRB} ${LIBDES} ${LIBCRYPTO} ${LIBASN1}
+LDADD += -lkafs -lkrb5 -lkrb -ldes -lcrypto -lasn1 ${LIBROKEN} -lcom_err
+
+.include <bsd.prog.mk>