summaryrefslogtreecommitdiffstats
path: root/eBones/kprop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/kprop/Makefile')
-rw-r--r--eBones/kprop/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/eBones/kprop/Makefile b/eBones/kprop/Makefile
index fa70067..636eaa4 100644
--- a/eBones/kprop/Makefile
+++ b/eBones/kprop/Makefile
@@ -2,9 +2,9 @@
# $Id: Makefile,v 1.1.1.1 1995/08/03 07:36:18 mark Exp $
PROG= kprop
-CFLAGS+=-I${.CURDIR}/../include
-DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
+CFLAGS+=-I${.CURDIR}/../include -Wall
+DPADD= ${LIBKRB}
+LDADD= -L${KRBOBJDIR} -lkrb -ldes
BINDIR= /usr/sbin
NOMAN= noman
OpenPOWER on IntegriCloud