Index: head/tools/regression/lib/libc/regex/Makefile =================================================================== --- head/tools/regression/lib/libc/regex/Makefile (nonexistent) +++ head/tools/regression/lib/libc/regex/Makefile (revision 132392) @@ -0,0 +1,11 @@ +# $FreeBSD$ + +GROT= ../../../../../lib/libc/regex/grot + +.PHONY: tests +tests: + cd ${GROT}; make && echo "PASS regex" + +.PHONY: clean +clean: + cd ${GROT}; make spotless Property changes on: head/tools/regression/lib/libc/regex/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property