]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/tools/regression/lib/libc/regex/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / 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