]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/regression/lib/libc/regex/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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