diff options
Diffstat (limited to 'eBones/libexec/kpropd/Makefile')
-rw-r--r-- | eBones/libexec/kpropd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/libexec/kpropd/Makefile b/eBones/libexec/kpropd/Makefile index 0f1f420..4368dc0 100644 --- a/eBones/libexec/kpropd/Makefile +++ b/eBones/libexec/kpropd/Makefile @@ -1,10 +1,10 @@ # From: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.4 1995/09/13 17:24:02 markm Exp $ +# $Id: Makefile,v 1.5 1995/09/14 04:05:12 gibbs Exp $ PROG= kpropd CFLAGS+=-I${.CURDIR}/../../usr.sbin/kprop DPADD+= ${LIBKRB} ${LIBDES} -LDADD= -lkrb -ldes +LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes NOMAN= noman .include <bsd.prog.mk> |