NetBSD/regress/lib/libc/_setjmp/Makefile

15 lines
229 B
Makefile
Raw Normal View History

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