Current Path : /usr/src/tools/regression/lib/libc/stdio/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/tools/regression/lib/libc/stdio/Makefile |
# $FreeBSD: release/9.1.0/tools/regression/lib/libc/stdio/Makefile 189142 2009-02-28 06:39:39Z das $ TESTS= test-getdelim test-perror test-print-positional test-printbasic test-printfloat test-scanfloat CFLAGS+= -lm .PHONY: tests tests: ${TESTS} for p in ${TESTS}; do ${.OBJDIR}/$$p; done .PHONY: clean clean: -rm -f ${TESTS}