]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/lib/libutil/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / tools / regression / lib / libutil / Makefile
1 # $FreeBSD$
2
3 TESTS=  test-trimdomain test-trimdomain-nodomain test-flopen test-grp test-pidfile
4 CFLAGS+= -g -Wall -Wextra -Werror -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}