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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/usr.bin/kdestroy/Makefile b/eBones/usr.bin/kdestroy/Makefile
index 19a157a..d61e691 100644
--- a/eBones/usr.bin/kdestroy/Makefile
+++ b/eBones/usr.bin/kdestroy/Makefile
@@ -1,10 +1,10 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.4 1995/09/13 17:24:09 markm Exp $
+# $Id: Makefile,v 1.5 1995/09/14 04:06:04 gibbs Exp $
PROG= kdestroy
CFLAGS+=-DKERBEROS -DDEBUG -DBSD42
DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -lkrb -ldes
+LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
MAN1= kdestroy.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud