diff options
Diffstat (limited to 'tools/regression/lib/libc')
| -rw-r--r-- | tools/regression/lib/libc/regex/Makefile | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/regression/lib/libc/regex/Makefile b/tools/regression/lib/libc/regex/Makefile new file mode 100644 index 0000000000000..f91bef24ffe99 --- /dev/null +++ b/tools/regression/lib/libc/regex/Makefile @@ -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  | 
