freebsd-dev/tools/regression/lib/libc/net/Makefile
Brooks Davis 7387768ef4 Add support for an /etc/eui64 file modeled on /etc/ethers. The API is
modeled on ethers(3) except that all functions are thread-safe.

Reviewed by:	simokawa
2004-05-26 22:58:06 +00:00

13 lines
199 B
Makefile

# $FreeBSD$
TESTS= 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}