# $FreeBSD: head/tools/regression/lib/libc/gen/Makefile 108639 2003-01-04 05:50:35Z tjr $ TESTS= test-wordexp .PHONY: tests tests: ${TESTS} for p in ${TESTS}; do ${.OBJDIR}/$$p; done .PHONY: clean clean: -rm -f ${TESTS}