summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Riondato <matteo@FreeBSD.org>2006-03-15 07:44:28 +0000
committerMatteo Riondato <matteo@FreeBSD.org>2006-03-15 07:44:28 +0000
commitb738287618102b4e544af6676217c216e77ecbac (patch)
tree36debd0174f7f6113562afff75476142d53550ea
parent8d7910cb91a916054ec380cf378410833736a429 (diff)
Notes
-rw-r--r--usr.sbin/rpcbind/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/rpcbind/Makefile b/usr.sbin/rpcbind/Makefile
index f597ce213096..a52a0be8fa8e 100644
--- a/usr.sbin/rpcbind/Makefile
+++ b/usr.sbin/rpcbind/Makefile
@@ -13,7 +13,11 @@ 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 \
rpc_generic.c
-CFLAGS+= -I${LIBCRPCDIR} -I${LIBCINCLUDE} -DPORTMAP -DINET6 -DLIBWRAP
+CFLAGS+= -I${LIBCRPCDIR} -I${LIBCINCLUDE} -DPORTMAP -DLIBWRAP
+
+.if !defined(NO_INET6)
+CFLAGS+= -DINET6
+.endif
DPADD= ${LIBWRAP} ${LIBUTIL}
LDADD= -lwrap -lutil