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

TESTS=	test-ether test-eui64_aton 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