Makefile revision 296994
1# $FreeBSD: stable/10/usr.sbin/rpcbind/tests/Makefile 296994 2016-03-17 20:00:49Z asomers $
2
3.include <bsd.own.mk>
4
5.PATH:	${.CURDIR}/..
6
7ATF_TESTS_C=	addrmerge_test
8CFLAGS+=	-I${.CURDIR}/.. -Wno-cast-qual
9SRCS.addrmerge_test=	addrmerge_test.c util.c
10
11.if ${MK_INET6_SUPPORT} != "no"
12CFLAGS+= -DINET6
13.endif
14
15WARNS?=	3
16
17.include <bsd.test.mk>
18