NetBSD/regress/lib/libc/setjmp/Makefile

17 lines
232 B
Makefile

# $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $
PROG= setjmptest
SRCS= jmptest.c
NOMAN= noman, no way, man
CFLAGS+= -DTEST_SETJMP
.PATH: ${.CURDIR}/../setjmp
install:
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>