# $FreeBSD: stable/6/tools/regression/lib/libc/net/Makefile 141750 2005-02-12 18:09:20Z ru $

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}
