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/lib/libm/trivial1 | |
parent | 68ae2c15493086d67568a2ca26033cb97cab2d57 (diff) |
Rename a bunch of the old bsd.regress.mk variables into the new ones.
ok art@
Diffstat (limited to 'regress/lib/libm/trivial1')
-rw-r--r-- | regress/lib/libm/trivial1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib/libm/trivial1/Makefile b/regress/lib/libm/trivial1/Makefile index 8a15b41025d..5878823f1ed 100644 --- a/regress/lib/libm/trivial1/Makefile +++ b/regress/lib/libm/trivial1/Makefile @@ -1,6 +1,6 @@ PERL=perl -REGRESSTARGETS=test-fp +REGRESS_TARGETS=test-fp test-fp: test-fp.pl ${PERL} ${.CURDIR}/$@.pl | diff -u - ${.CURDIR}/test-fp.out |