Remove building with NOCRYPTO option
[minix.git] / tests / lib / libtre / Makefile
blob1abf007bd5e55674b2828f2da093d4114648199e
1 # $NetBSD: Makefile,v 1.4 2012/08/24 20:24:40 jmmv Exp $
3 LDADD+=-ltre
4 DPADD+=${LIBTRE}
5 TESTSDIR= ${TESTSBASE}/lib/libtre
6 # XXX: tre eats copious amounts of memory even 9 does not work
7 IMPLEMENTATION=-DREGEX_TRE -DREGEX_MAXSIZE=2 -DSKIP_RIGHTASSOC
9 # Remove the following 2 lines once the standard tests have been fixed.
10 PROGS=
11 TESTS_SH=
13 LCREGEX=${.CURDIR}/../libc/regex
14 .PATH: ${LCREGEX}
15 .include "${LCREGEX}/Makefile"