xref: /freebsd/tools/regression/lib/libc/regex/Makefile (revision 7902c8dca8f098a5e4ac67eaf6d92da85387b603)
1# $FreeBSD$
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