aboutsummaryrefslogtreecommitdiff
path: root/eBones/usr.sbin/kprop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/usr.sbin/kprop/Makefile')
-rw-r--r--eBones/usr.sbin/kprop/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/eBones/usr.sbin/kprop/Makefile b/eBones/usr.sbin/kprop/Makefile
deleted file mode 100644
index c036b1699705..000000000000
--- a/eBones/usr.sbin/kprop/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.5 1995/09/14 04:11:01 gibbs Exp $
-
-PROG= kprop
-DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
-NOMAN= noman
-
-.include <bsd.prog.mk>