summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/_setjmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/_setjmp/Makefile')
-rw-r--r--src/regress/lib/libc/_setjmp/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/regress/lib/libc/_setjmp/Makefile b/src/regress/lib/libc/_setjmp/Makefile
index c2b9dc1aae..5d58242523 100644
--- a/src/regress/lib/libc/_setjmp/Makefile
+++ b/src/regress/lib/libc/_setjmp/Makefile
@@ -1,16 +1,11 @@
1# $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $
1# $NetBSD: Makefile,v 1.2 1995/04/20 22:38:44 cgd Exp $ 2# $NetBSD: Makefile,v 1.2 1995/04/20 22:38:44 cgd Exp $
2 3
3PROG= _setjmptest 4PROG= _setjmptest
4SRCS= jmptest.c 5SRCS= jmptest.c
5NOMAN= noman, no way, man
6 6
7CFLAGS+= -DTEST_U_SETJMP 7CFLAGS+= -DTEST_U_SETJMP
8 8
9.PATH: ${.CURDIR}/../setjmp 9.PATH: ${.CURDIR}/../setjmp
10 10
11install: 11.include <bsd.regress.mk>
12
13regress: ${PROG}
14 ./${PROG}
15
16.include <bsd.prog.mk>