summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/sigsetjmp
diff options
context:
space:
mode:
authorart <>2002-01-01 23:00:52 +0000
committerart <>2002-01-01 23:00:52 +0000
commit12500c11cd028a3e4cbb42f43ab235ae1e5dc00e (patch)
tree7f453184f0acf115b25b01951e426ecd621e37e8 /src/regress/lib/libc/sigsetjmp
parente4fe8cb2822189b368e582b684f1b687cd745a7f (diff)
downloadopenbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.tar.gz
openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.tar.bz2
openbsd-12500c11cd028a3e4cbb42f43ab235ae1e5dc00e.zip
trivial conversions to bsd.regress.mk
Diffstat (limited to 'src/regress/lib/libc/sigsetjmp')
-rw-r--r--src/regress/lib/libc/sigsetjmp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/regress/lib/libc/sigsetjmp/Makefile b/src/regress/lib/libc/sigsetjmp/Makefile
index 2cab37a15e..90964b312f 100644
--- a/src/regress/lib/libc/sigsetjmp/Makefile
+++ b/src/regress/lib/libc/sigsetjmp/Makefile
@@ -1,18 +1,18 @@
1# $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:46 niklas Exp $ 1# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:52 art Exp $
2# $NetBSD: Makefile,v 1.2 1995/04/20 22:40:40 cgd Exp $ 2# $NetBSD: Makefile,v 1.2 1995/04/20 22:40:40 cgd Exp $
3 3
4PROG= sigsetjmptest 4PROG= sigsetjmptest
5SRCS= jmptest.c 5SRCS= jmptest.c
6NOMAN= noman, no way, man
7 6
8CFLAGS+= -DTEST_SIGSETJMP 7CFLAGS+= -DTEST_SIGSETJMP
9 8
10.PATH: ${.CURDIR}/../setjmp 9.PATH: ${.CURDIR}/../setjmp
11 10
12install: 11REGRESSTARGETS=sigsetjmp-save sigsetjmp-nosave
13 12
14regress: ${PROG} 13sigsetjmp-save: ${PROG}
15 ./${PROG} save 14 ./${PROG} save
15sigsetjmp-nosave: ${PROG}
16 ./${PROG} nosave 16 ./${PROG} nosave
17 17
18.include <bsd.prog.mk> 18.include <bsd.regress.mk>