summaryrefslogtreecommitdiff
path: root/regress/lib/libc/_setjmp/Makefile
blob: c2b9dc1aae33afa17febdb7fe1102f699f52ba32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.2 1995/04/20 22:38:44 cgd Exp $

PROG=	_setjmptest
SRCS=	jmptest.c
NOMAN=	noman, no way, man

CFLAGS+= -DTEST_U_SETJMP

.PATH:	${.CURDIR}/../setjmp

install:

regress: ${PROG}
	./${PROG}

.include <bsd.prog.mk>