NetBSD/regress/lib/libc/setjmp/Makefile

15 lines
226 B
Makefile
Raw Normal View History

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