]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - tools/regression/lib/libc/regex/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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