NetBSD/regress/lib/libc/regex/Makefile

19 lines
304 B
Makefile
Raw Normal View History

2002-09-18 07:54:26 +04:00
# $NetBSD: Makefile,v 1.6 2002/09/18 04:16:01 lukem Exp $
NOMAN= # defined
.include <bsd.own.mk>
2001-12-12 04:23:59 +03:00
PROG= re
SRCS= main.c split.c debug.c
2002-09-18 07:54:26 +04:00
CPPFLAGS+= -I${NETBSDSRCDIR}/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>