diff options
| author | Mark Murray <markm@FreeBSD.org> | 1996-07-30 21:16:34 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1996-07-30 21:16:34 +0000 |
| commit | 6bbf987509f9c8b0008e9a0d8ee73cb85e90ff2f (patch) | |
| tree | af5e4d234c136695a3099d5be06d72f328ce9971 /eBones/libexec | |
| parent | f3d1114f33d89e332732f8020bb4e3dbc543ca4d (diff) | |
Notes
Diffstat (limited to 'eBones/libexec')
| -rw-r--r-- | eBones/libexec/kpropd/Makefile | 4 | ||||
| -rw-r--r-- | eBones/libexec/rkinitd/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/eBones/libexec/kpropd/Makefile b/eBones/libexec/kpropd/Makefile index 4368dc084423..4b95d184f246 100644 --- a/eBones/libexec/kpropd/Makefile +++ b/eBones/libexec/kpropd/Makefile @@ -1,8 +1,8 @@ # From: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.5 1995/09/14 04:05:12 gibbs Exp $ +# $Id$ PROG= kpropd -CFLAGS+=-I${.CURDIR}/../../usr.sbin/kprop +CFLAGS+=-I${.CURDIR}/../../usr.sbin/kprop -DKERBEROS DPADD+= ${LIBKRB} ${LIBDES} LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes NOMAN= noman diff --git a/eBones/libexec/rkinitd/Makefile b/eBones/libexec/rkinitd/Makefile index 387264416389..5a925345b2f5 100644 --- a/eBones/libexec/rkinitd/Makefile +++ b/eBones/libexec/rkinitd/Makefile @@ -2,7 +2,7 @@ PROG= rkinitd SRCS= ${RKINITOBJDIR}/rkinit_err.h rkinitd.c util.c rpc.c krb.c -CFLAGS+=-I${KRBOBJDIR} -I${RKINITOBJDIR} +CFLAGS+=-I${KRBOBJDIR} -I${RKINITOBJDIR} -DKERBEROS DPADD= ${LIBKRB} ${LIBDES} LDADD= -L${RKINITOBJDIR} -lrkinit -L${KRBOBJDIR} -lkrb \ -L${DESOBJDIR} -ldes |
