summaryrefslogtreecommitdiff
path: root/eBones/usr.sbin/kstash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/usr.sbin/kstash/Makefile')
-rw-r--r--eBones/usr.sbin/kstash/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/eBones/usr.sbin/kstash/Makefile b/eBones/usr.sbin/kstash/Makefile
deleted file mode 100644
index 5043cf3bdb82..000000000000
--- a/eBones/usr.sbin/kstash/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# From: @(#)Makefile 5.2 (Berkeley) 3/5/91
-# $Id: Makefile,v 1.6 1995/09/14 04:11:14 gibbs Exp $
-
-PROG= kstash
-CFLAGS+=-DKERBEROS -DDEBUG
-DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
-LDADD= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
-MAN8= kstash.8
-
-.include <bsd.prog.mk>