diff options
Diffstat (limited to 'src/regress/lib/libc/setjmp')
-rw-r--r-- | src/regress/lib/libc/setjmp/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/regress/lib/libc/setjmp/Makefile b/src/regress/lib/libc/setjmp/Makefile index ebb76e004b..fc68e8d44c 100644 --- a/src/regress/lib/libc/setjmp/Makefile +++ b/src/regress/lib/libc/setjmp/Makefile | |||
@@ -1,17 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:45 niklas Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2002/01/01 23:00:51 art Exp $ |
2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $ |
3 | 3 | ||
4 | PROG= setjmptest | 4 | PROG= setjmptest |
5 | SRCS= jmptest.c | 5 | SRCS= jmptest.c |
6 | NOMAN= noman, no way, man | ||
7 | 6 | ||
8 | CFLAGS+= -DTEST_SETJMP | 7 | CFLAGS+= -DTEST_SETJMP |
9 | 8 | ||
10 | .PATH: ${.CURDIR}/../setjmp | 9 | .include <bsd.regress.mk> |
11 | |||
12 | install: | ||
13 | |||
14 | regress: ${PROG} | ||
15 | ./${PROG} | ||
16 | |||
17 | .include <bsd.prog.mk> | ||