diff options
Diffstat (limited to 'src/regress/lib/libc/_setjmp/Makefile')
-rw-r--r-- | src/regress/lib/libc/_setjmp/Makefile | 9 |
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 | ||
3 | PROG= _setjmptest | 4 | PROG= _setjmptest |
4 | SRCS= jmptest.c | 5 | SRCS= jmptest.c |
5 | NOMAN= noman, no way, man | ||
6 | 6 | ||
7 | CFLAGS+= -DTEST_U_SETJMP | 7 | CFLAGS+= -DTEST_U_SETJMP |
8 | 8 | ||
9 | .PATH: ${.CURDIR}/../setjmp | 9 | .PATH: ${.CURDIR}/../setjmp |
10 | 10 | ||
11 | install: | 11 | .include <bsd.regress.mk> |
12 | |||
13 | regress: ${PROG} | ||
14 | ./${PROG} | ||
15 | |||
16 | .include <bsd.prog.mk> | ||