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/sys/kern/execve | |
parent | 68ae2c15493086d67568a2ca26033cb97cab2d57 (diff) |
Rename a bunch of the old bsd.regress.mk variables into the new ones.
ok art@
Diffstat (limited to 'regress/sys/kern/execve')
-rw-r--r-- | regress/sys/kern/execve/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/kern/execve/Makefile b/regress/sys/kern/execve/Makefile index ad216bf3390..0cf921d3d5e 100644 --- a/regress/sys/kern/execve/Makefile +++ b/regress/sys/kern/execve/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/01/01 23:05:30 art Exp $ +# $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:44 avsm Exp $ PROG= doexec LDSTATIC= -static @@ -14,7 +14,7 @@ CLEANFILES+= ${TESTFILES} all: ${PROG} ${TESTFILES} -REGRESSTARGETS= test-empty test-nonexist \ +REGRESS_TARGETS= test-empty test-nonexist \ test-nonexistshell test-devnullscript test-badinterplen \ test-goodscript test-scriptarg test-scriptarg-nospace \ test-goodaout test-truncaout |