]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/regression/lib/libutil/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / tools / regression / lib / libutil / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-trimdomain test-trimdomain-nodomain test-flopen test-grp
4 CFLAGS+= -g -Wall -lutil
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}