64a0982bee
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
18 lines
263 B
Makefile
18 lines
263 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
ATF_TESTS_C= addrmerge_test
|
|
CFLAGS+= -I${.CURDIR:H} -Wno-cast-qual
|
|
SRCS.addrmerge_test= addrmerge_test.c util.c
|
|
|
|
.if ${MK_INET6_SUPPORT} != "no"
|
|
CFLAGS+= -DINET6
|
|
.endif
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.test.mk>
|