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