diff options
author | avsm <> | 2002-09-02 20:01:43 +0000 |
---|---|---|
committer | avsm <> | 2002-09-02 20:01:43 +0000 |
commit | 0417492a9cd47355e6322690a822134d099084b8 (patch) | |
tree | d0fd6cdeb0c4c86ebccaa2bf51d4ccc1bd019804 /src/regress/lib/libc/longjmp | |
parent | ff37f5085ef0b18bc8867b8e08b339b933cf0ef4 (diff) | |
download | openbsd-0417492a9cd47355e6322690a822134d099084b8.tar.gz openbsd-0417492a9cd47355e6322690a822134d099084b8.tar.bz2 openbsd-0417492a9cd47355e6322690a822134d099084b8.zip |
Rename a bunch of the old bsd.regress.mk variables into the new ones.
ok art@
Diffstat (limited to 'src/regress/lib/libc/longjmp')
-rw-r--r-- | src/regress/lib/libc/longjmp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libc/longjmp/Makefile b/src/regress/lib/libc/longjmp/Makefile index 53a310c890..825e0f86d9 100644 --- a/src/regress/lib/libc/longjmp/Makefile +++ b/src/regress/lib/libc/longjmp/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2002/02/18 11:27:45 art Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $ |
2 | PROG= longjmp | 2 | PROG= longjmp |
3 | 3 | ||
4 | do-longjmp: ${PROG} | 4 | do-longjmp: ${PROG} |
@@ -7,7 +7,7 @@ do-longjmp: ${PROG} | |||
7 | do-_longjmp: ${PROG} | 7 | do-_longjmp: ${PROG} |
8 | ./longjmp -_ | 8 | ./longjmp -_ |
9 | 9 | ||
10 | REGRESSTARGETS=do-longjmp do-_longjmp | 10 | REGRESS_TARGETS=do-longjmp do-_longjmp |
11 | .PHONY: ${REGRESSTARGETS} | 11 | .PHONY: ${REGRESS_TARGETS} |
12 | 12 | ||
13 | .include <bsd.regress.mk> | 13 | .include <bsd.regress.mk> |