]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/regression/lib/libc/stdio/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / regression / lib / libc / stdio / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-getdelim test-perror test-print-positional test-printbasic test-printfloat test-scanfloat
4 CFLAGS+= -lm
5
6 .PHONY: tests
7 tests: ${TESTS}
8         for p in ${TESTS}; do ${.OBJDIR}/$$p; done
9
10 .PHONY: clean
11 clean:
12         -rm -f ${TESTS}