diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2002-09-02 20:01:45 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2002-09-02 20:01:45 +0000 |
commit | 67e23c2a32d302f8084ffe32c86c5e5c7c9289c8 (patch) | |
tree | 93e9547fcecf5d6296eb91fac5023873ade06108 /regress/usr.bin/sort/Makefile | |
parent | 68ae2c15493086d67568a2ca26033cb97cab2d57 (diff) |
Rename a bunch of the old bsd.regress.mk variables into the new ones.
ok art@
Diffstat (limited to 'regress/usr.bin/sort/Makefile')
-rw-r--r-- | regress/usr.bin/sort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/sort/Makefile b/regress/usr.bin/sort/Makefile index 447c9ad92cb..0213a0b8530 100644 --- a/regress/usr.bin/sort/Makefile +++ b/regress/usr.bin/sort/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2002/01/02 18:04:48 art Exp $ +# $OpenBSD: Makefile,v 1.3 2002/09/02 20:01:44 avsm Exp $ CLEANFILES+= in in1 out xx -k xsort linecount fields -REGRESSTARGETS=do-stests +REGRESS_TARGETS=do-stests # XXX - should be split up in this makefile, not in the script. # XXX - script doesn't return non-0 on failure. |