diff options
-rw-r--r-- | regress/usr.bin/sort/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/regress/usr.bin/sort/Makefile b/regress/usr.bin/sort/Makefile index 53954f3ba30..447c9ad92cb 100644 --- a/regress/usr.bin/sort/Makefile +++ b/regress/usr.bin/sort/Makefile @@ -1,11 +1,12 @@ -# $OpenBSD: Makefile,v 1.1 2001/01/12 21:06:17 millert Exp $ - -NOMAN= -NOPROG= +# $OpenBSD: Makefile,v 1.2 2002/01/02 18:04:48 art Exp $ CLEANFILES+= in in1 out xx -k xsort linecount fields -regress: ${.CURDIR}/stests +REGRESSTARGETS=do-stests + +# XXX - should be split up in this makefile, not in the script. +# XXX - script doesn't return non-0 on failure. +do-stests: ${.CURDIR}/stests ${.CURDIR}/stests -.include <bsd.prog.mk> +.include <bsd.regress.mk> |