opnsense-src/tools/regression/lib/libc/net/Makefile

13 lines
200 B
Makefile
Raw Normal View History

# $FreeBSD$
TESTS= test-eui64_aton test-eui64_line test-eui64_ntoa
2005-02-12 13:09:20 -05:00
CFLAGS+= -g -Wall
.PHONY: tests
tests: ${TESTS}
for p in ${TESTS}; do ${.OBJDIR}/$$p; done
.PHONY: clean
clean:
-rm -f ${TESTS}