# $NetBSD: Makefile,v 1.3 2000/06/20 13:56:43 fvdl Exp $ # $FreeBSD: releng/11.0/usr.sbin/rpcbind/Makefile 293229 2016-01-06 00:00:11Z asomers $ .include PROG= rpcbind MAN= rpcbind.8 SRCS= check_bound.c rpcb_stat.c rpcb_svc_4.c rpcbind.c pmap_svc.c \ rpcb_svc.c rpcb_svc_com.c security.c warmstart.c util.c CFLAGS+= -DPORTMAP -DLIBWRAP .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 .endif .if ${MK_TESTS} != "no" SUBDIR+= tests .endif WARNS?= 1 LIBADD= wrap .include