diff options
Diffstat (limited to 'eBones/usr.sbin/kprop/Makefile')
-rw-r--r-- | eBones/usr.sbin/kprop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eBones/usr.sbin/kprop/Makefile b/eBones/usr.sbin/kprop/Makefile index c036b16..809ec50 100644 --- a/eBones/usr.sbin/kprop/Makefile +++ b/eBones/usr.sbin/kprop/Makefile @@ -1,9 +1,10 @@ # From: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.5 1995/09/14 04:11:01 gibbs Exp $ +# $Id$ PROG= kprop DPADD= ${LIBKRB} ${LIBDES} LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes +CFLAGS+= -DKERBEROS NOMAN= noman .include <bsd.prog.mk> |