]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - tools/regression/lib/libc/regex/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / tools / regression / lib / libc / regex / Makefile
1 # $FreeBSD$
2
3 GROT=   ../../../../../lib/libc/regex/grot
4
5 .PHONY: tests
6 tests:
7         cd ${GROT}; make && echo "PASS regex"
8
9 .PHONY: clean
10 clean:
11         cd ${GROT}; make spotless