xref: /freebsd/tools/regression/lib/libc/regex/Makefile (revision 96190b4fef3b4a0cc3ca0606b0c4e3e69a5e6717)
1GROT=	../../../../../lib/libc/regex/grot
2
3.PHONY: tests
4tests:
5	cd ${GROT}; make && echo "PASS regex"
6
7.PHONY: clean
8clean:
9	cd ${GROT}; make spotless
10