# $FreeBSD: stable/10/usr.sbin/nfsuserd/Makefile 346487 2019-04-21 14:45:18Z rmacklem $

.include <bsd.own.mk>

PROG=	nfsuserd
MAN=	nfsuserd.8
WARNS?=	3

.if ${MK_INET_SUPPORT} != "no"
CFLAGS+= -DINET
.endif
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+= -DINET6
.endif

.include <bsd.prog.mk>
