NetBSD/regress/lib/libc/_setjmp/Makefile

15 lines
229 B
Makefile

# $NetBSD: Makefile,v 1.3 1997/05/07 16:01:35 mycroft Exp $
PROG= _setjmptest
SRCS= jmptest.c
NOMAN= noman, no way, man
CFLAGS+= -DTEST_U_SETJMP
.PATH: ${.CURDIR}/../setjmp
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>