summaryrefslogtreecommitdiff
path: root/eBones/usr.bin/kdestroy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/usr.bin/kdestroy/Makefile')
-rw-r--r--eBones/usr.bin/kdestroy/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/eBones/usr.bin/kdestroy/Makefile b/eBones/usr.bin/kdestroy/Makefile
deleted file mode 100644
index d61e691c84f5b..0000000000000
--- a/eBones/usr.bin/kdestroy/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.5 1995/09/14 04:06:04 gibbs Exp $
-
-PROG= kdestroy
-CFLAGS+=-DKERBEROS -DDEBUG -DBSD42
-DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
-MAN1= kdestroy.1
-
-.include <bsd.prog.mk>