Deleted Added
full compact
Makefile (302408) Makefile (319119)
1# $FreeBSD: stable/11/usr.sbin/rpcbind/tests/Makefile 299094 2016-05-04 23:20:53Z ngie $
1# $FreeBSD: stable/11/usr.sbin/rpcbind/tests/Makefile 319119 2017-05-29 10:15:41Z ngie $
2
3.include <src.opts.mk>
4
5.PATH: ${.CURDIR}/..
6
7ATF_TESTS_C= addrmerge_test
2
3.include <src.opts.mk>
4
5.PATH: ${.CURDIR}/..
6
7ATF_TESTS_C= addrmerge_test
8CFLAGS+= -I${.CURDIR}/.. -Wno-cast-qual
8CFLAGS+= -I${.CURDIR:H} -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>
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>