summaryrefslogtreecommitdiffstats
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/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/eBones/usr.bin/kdestroy/Makefile b/eBones/usr.bin/kdestroy/Makefile
index 2a79774..1e4da0a 100644
--- a/eBones/usr.bin/kdestroy/Makefile
+++ b/eBones/usr.bin/kdestroy/Makefile
@@ -2,10 +2,10 @@
# $Id: Makefile,v 1.3 1995/07/18 16:37:42 mark Exp $
PROG= kdestroy
-CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include -DBSD42
-DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
+CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include -DBSD42 -Wall
+DPADD= ${LIBKRB}
+LDADD= -L${KRBOBJDIR} -lkrb -ldes
BINDIR= /usr/bin
-NOMAN= noman
+MAN1= kdestroy.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud