]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/rpcbind/tests/Makefile
Add liblutok a lightweight C++ API for lua.
[FreeBSD/FreeBSD.git] / usr.sbin / rpcbind / tests / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 .PATH:  ${.CURDIR}/..
6
7 ATF_TESTS_C=    addrmerge_test
8 CFLAGS+=        -I${.CURDIR:H} -Wno-cast-qual
9 SRCS.addrmerge_test=    addrmerge_test.c util.c
10
11 .if ${MK_INET6_SUPPORT} != "no"
12 CFLAGS+= -DINET6
13 .endif
14
15 WARNS?= 3
16
17 .include <bsd.test.mk>