# $FreeBSD: stable/5/tools/regression/lib/libc/net/Makefile 129759 2004-05-26 22:58:06Z brooks $

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}
