summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/kstash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/usr.sbin/kstash/Makefile')
-rw-r--r--eBones/usr.sbin/kstash/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/eBones/usr.sbin/kstash/Makefile b/eBones/usr.sbin/kstash/Makefile
index 1387f8c..664b8c9 100644
--- a/eBones/usr.sbin/kstash/Makefile
+++ b/eBones/usr.sbin/kstash/Makefile
@@ -1,10 +1,11 @@
# From: @(#)Makefile 5.2 (Berkeley) 3/5/91
-# $Id: Makefile,v 1.3 1995/07/18 16:40:14 mark Exp $
+# $Id: Makefile,v 1.4 1995/09/07 20:53:56 mark Exp $
PROG= kstash
-CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include -Wall
-DPADD= ${LIBKDB} ${LIBKRB}
-LDADD= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -ldes
+CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../../include -Wall
+DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
+LDADD= -lkdb -lkrb -ldes
MAN8= kstash.8
+BINDIR= /usr/sbin
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud