summaryrefslogtreecommitdiff
path: root/eBones/kdestroy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/kdestroy/Makefile')
-rw-r--r--eBones/kdestroy/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/eBones/kdestroy/Makefile b/eBones/kdestroy/Makefile
deleted file mode 100644
index 5947028082bec..0000000000000
--- a/eBones/kdestroy/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.2 1994/07/19 19:24:15 g89r4222 Exp $
-
-PROG= kdestroy
-CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include -DBSD42
-DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
-BINDIR= /usr/bin
-NOMAN= noman
-
-.include <bsd.prog.mk>