summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/longjmp
diff options
context:
space:
mode:
authoravsm <>2002-09-02 20:01:43 +0000
committeravsm <>2002-09-02 20:01:43 +0000
commit0417492a9cd47355e6322690a822134d099084b8 (patch)
treed0fd6cdeb0c4c86ebccaa2bf51d4ccc1bd019804 /src/regress/lib/libc/longjmp
parentff37f5085ef0b18bc8867b8e08b339b933cf0ef4 (diff)
downloadopenbsd-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/Makefile6
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 $
2PROG= longjmp 2PROG= longjmp
3 3
4do-longjmp: ${PROG} 4do-longjmp: ${PROG}
@@ -7,7 +7,7 @@ do-longjmp: ${PROG}
7do-_longjmp: ${PROG} 7do-_longjmp: ${PROG}
8 ./longjmp -_ 8 ./longjmp -_
9 9
10REGRESSTARGETS=do-longjmp do-_longjmp 10REGRESS_TARGETS=do-longjmp do-_longjmp
11.PHONY: ${REGRESSTARGETS} 11.PHONY: ${REGRESS_TARGETS}
12 12
13.include <bsd.regress.mk> 13.include <bsd.regress.mk>