NetBSD/regress/lib/libc/_setjmp/Makefile
lukem dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00

15 lines
213 B
Makefile

# $NetBSD: Makefile,v 1.5 1999/02/13 02:54:31 lukem Exp $
PROG= _setjmptest
SRCS= jmptest.c
MKMAN= no
CPPFLAGS+= -DTEST_U_SETJMP
.PATH: ${.CURDIR}/../setjmp
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>