NetBSD/regress/lib/libc/_setjmp/Makefile

17 lines
235 B
Makefile
Raw Normal View History

1995-04-21 02:37:12 +04:00
# $NetBSD: Makefile,v 1.2 1995/04/20 22:38:44 cgd 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
install:
regress: ${PROG}
./${PROG}
.include <bsd.prog.mk>