freebsd-dev/tools/regression/lib/libc/stdio/Makefile
2002-12-19 09:46:10 +00:00

12 lines
146 B
Makefile

# $FreeBSD$
TESTS= test-perror
.PHONY: tests
tests: ${TESTS}
for p in ${TESTS}; do ${.OBJDIR}/$$p; done
.PHONY: clean
clean:
-rm -f ${TESTS}