1#	$NetBSD: Makefile.inc,v 1.1 2010/07/26 15:53:00 pooka Exp $
2
3SRCS.rumpnfsd+=	check_bound.c rpcb_stat.c rpcb_svc_4.c rpcbind.c pmap_svc.c \
4		rpcb_svc.c rpcb_svc_com.c security.c util.c 
5
6LIBRPCDIR=        /usr/src/lib/libc/rpc
7
8CPPFLAGS+=	-I${LIBRPCDIR} -DPORTMAP -DLIBWRAP
9
10# Uncomment these to get any useful output from 'rpcbind -d'
11# CPPFLAGS+=	-DRPCBIND_DEBUG
12# CPPFLAGS+=	-DSVC_RUN_DEBUG
13
14LDADD+= -lwrap -lutil
15DPADD+= ${LIBWRAP} ${LIBUTIL}
16