summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp-fpu/Makefile
blob: 33d0f7e88a0423974b4be53e531f98dacd9db756 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.2 2013/12/29 05:46:43 martynas Exp $

PROG=	setjmp-fpu
SRCS=	_setjmp.c main.c setjmp.c sigsetjmp.c

LDADD=	-lm

.include <bsd.regress.mk>