xref: /freebsd/tools/regression/lib/libc/regex/Makefile (revision 8cc087a1eee9ec1ca9f7ac1e63ad51bdb5a682eb)
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