1# $FreeBSD: releng/11.0/tools/regression/lib/libc/regex/Makefile 132392 2004-07-19 09:00:26Z tjr $
2
3GROT=	../../../../../lib/libc/regex/grot
4
5.PHONY: tests
6tests:
7	cd ${GROT}; make && echo "PASS regex"
8
9.PHONY: clean
10clean:
11	cd ${GROT}; make spotless
12