aboutsummaryrefslogtreecommitdiff
path: root/eBones/usr.bin/kdestroy/Makefile
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1995-09-14 04:06:18 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1995-09-14 04:06:18 +0000
commita7c207ecf4d4f42014cca8c8b6052039e984d2f0 (patch)
treecc03b48c1d4c0bfdd3af1218f9ea93ae1987cb5a /eBones/usr.bin/kdestroy/Makefile
parentb30c068c5840f523f45ecfb870d8749dd1c15a7b (diff)
downloadsrc-a7c207ecf4d4f42014cca8c8b6052039e984d2f0.tar.gz
src-a7c207ecf4d4f42014cca8c8b6052039e984d2f0.zip
Notes
Diffstat (limited to 'eBones/usr.bin/kdestroy/Makefile')
-rw-r--r--eBones/usr.bin/kdestroy/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/eBones/usr.bin/kdestroy/Makefile b/eBones/usr.bin/kdestroy/Makefile
index c28d53755d16..19a157a1fb3a 100644
--- a/eBones/usr.bin/kdestroy/Makefile
+++ b/eBones/usr.bin/kdestroy/Makefile
@@ -1,11 +1,10 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.4 1995/09/07 20:51:27 mark Exp $
+# $Id: Makefile,v 1.4 1995/09/13 17:24:09 markm Exp $
PROG= kdestroy
-CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../../include -DBSD42 -Wall
+CFLAGS+=-DKERBEROS -DDEBUG -DBSD42
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkrb -ldes
MAN1= kdestroy.1
-BINDIR= /usr/bin
.include <bsd.prog.mk>