summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp/Makefile
blob: ebb76e004b84473e1b41db043aa099ae5bf8db04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.2 2001/01/29 02:05:45 niklas Exp $
#	$NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $

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

CFLAGS+= -DTEST_SETJMP

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

install:

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

.include <bsd.prog.mk>