summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpcbind/Makefile')
-rw-r--r--usr.sbin/rpcbind/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rpcbind/Makefile b/usr.sbin/rpcbind/Makefile
index 6d87b63..3251378 100644
--- a/usr.sbin/rpcbind/Makefile
+++ b/usr.sbin/rpcbind/Makefile
@@ -1,6 +1,7 @@
# $NetBSD: Makefile,v 1.3 2000/06/20 13:56:43 fvdl Exp $
# $FreeBSD$
+.include <bsd.own.mk>
PROG= rpcbind
MAN= rpcbind.8
@@ -9,7 +10,7 @@ SRCS= check_bound.c rpcb_stat.c rpcb_svc_4.c rpcbind.c pmap_svc.c \
CFLAGS+= -DPORTMAP -DLIBWRAP
-.if !defined(NO_INET6)
+.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif
OpenPOWER on IntegriCloud