aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/inet/Makefile
blob: f06150834cb24360b08461f015048f84f47b0216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.include <bsd.own.mk>

PACKAGE=	tests
FILESGROUPS=	TESTS
TESTSPACKAGE=	${PACKAGE}

NETBSD_ATF_TESTS_C=	inet_network_test

.include "../Makefile.netbsd-tests"

.include <bsd.test.mk>