summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/net/Makefile
blob: a61741b8e647efe9adaa3a6db028f400a28305f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

TESTS=	test-ether test-eui64_aton test-eui64_line test-eui64_ntoa
CFLAGS+= -g -Wall

.PHONY: tests
tests: ${TESTS}
	for p in ${TESTS}; do ${.OBJDIR}/$$p; done

.PHONY: clean
clean:
	-rm -f ${TESTS}
OpenPOWER on IntegriCloud