mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
12 lines
173 B
Makefile
12 lines
173 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
|
||
|
|
TESTSDIR= ${TESTSBASE}/lib/libc/inet
|
||
|
|
|
||
|
|
NETBSD_ATF_TESTS_C= inet_network_test
|
||
|
|
|
||
|
|
.include "../Makefile.netbsd-tests"
|
||
|
|
|
||
|
|
.include <bsd.test.mk>
|