NetBSD/regress/lib/libc/regex/Makefile

16 lines
284 B
Makefile
Raw Normal View History

2001-12-12 04:23:59 +03:00
# $NetBSD: Makefile,v 1.5 2001/12/12 01:24:03 tv Exp $
2001-12-12 04:23:59 +03:00
PROG= re
SRCS= main.c split.c debug.c
NOMAN= # defined
CPPFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex
2001-12-12 04:23:59 +03:00
TESTS= ${.CURDIR}/tests
regress:
./re < ${TESTS}
./re -el < ${TESTS}
./re -er < ${TESTS}
.include <bsd.prog.mk>