summaryrefslogtreecommitdiff
path: root/kerberosIV/kdb_init/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/kdb_init/Makefile')
-rw-r--r--kerberosIV/kdb_init/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/kerberosIV/kdb_init/Makefile b/kerberosIV/kdb_init/Makefile
new file mode 100644
index 00000000000..17071789b4c
--- /dev/null
+++ b/kerberosIV/kdb_init/Makefile
@@ -0,0 +1,9 @@
+# from @(#)Makefile 8.1 (Berkeley) 6/1/93
+# $Id: Makefile,v 1.1 1995/12/14 06:52:42 tholo Exp $
+
+PROG= kdb_init
+DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
+LDADD= -lkdb -lkrb -ldes
+MAN= kdb_init.8
+
+.include <bsd.prog.mk>