summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/kprop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eBones/usr.sbin/kprop/Makefile')
-rw-r--r--eBones/usr.sbin/kprop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/usr.sbin/kprop/Makefile b/eBones/usr.sbin/kprop/Makefile
index d6063a6..c036b16 100644
--- a/eBones/usr.sbin/kprop/Makefile
+++ b/eBones/usr.sbin/kprop/Makefile
@@ -1,9 +1,9 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.4 1995/09/13 17:24:29 markm Exp $
+# $Id: Makefile,v 1.5 1995/09/14 04:11:01 gibbs Exp $
PROG= kprop
DPADD= ${LIBKRB} ${LIBDES}
-LDADD= -lkrb -ldes
+LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
NOMAN= noman
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud