opnsense-src/tools/regression/lib/libutil/Makefile
2005-10-05 04:46:10 +00:00

12 lines
200 B
Makefile

# $FreeBSD$
TESTS= test-trimdomain test-trimdomain-nodomain
CFLAGS+= -g -Wall -lutil
.PHONY: tests
tests: ${TESTS}
for p in ${TESTS}; do ${.OBJDIR}/$$p; done
.PHONY: clean
clean:
-rm -f ${TESTS}