Bring in a transport-independent RPC (TI-RPC).
[dragonfly.git] / usr.sbin / rpcbind / Makefile
blob2080f72da12bad85cec4b08e433e1acdf2308ea0
1 # $NetBSD: Makefile,v 1.3 2000/06/20 13:56:43 fvdl Exp $
2 # $FreeBSD: src/usr.sbin/rpcbind/Makefile,v 1.7 2006/03/10 07:58:02 deischen Exp $
3 # $DragonFly$
6 PROG= rpcbind
7 MAN= rpcbind.8
8 SRCS= check_bound.c rpcb_stat.c rpcb_svc_4.c rpcbind.c pmap_svc.c \
9 rpcb_svc.c rpcb_svc_com.c security.c warmstart.c util.c
11 CFLAGS+= -DPORTMAP -DLIBWRAP
13 .if !defined(NO_INET6)
14 CFLAGS+= -DINET6
15 .endif
17 DPADD= ${LIBWRAP} ${LIBUTIL}
18 LDADD= -lwrap -lutil
20 .include <bsd.prog.mk>