Home | History | Annotate | Line # | Download | only in libtre
Makefile revision 1.1
      1  1.1  christos #	$NetBSD: Makefile,v 1.1 2011/11/05 23:32:51 christos Exp $
      2  1.1  christos 
      3  1.1  christos LDADD+=-ltre
      4  1.1  christos DPADD+=${LIBTRE}
      5  1.1  christos TESTSDIR=       ${TESTSBASE}/lib/libtre
      6  1.1  christos 
      7  1.1  christos LCREGEX=${.CURDIR}/../libc/regex
      8  1.1  christos .PATH: ${LCREGEX}
      9  1.1  christos .include "${LCREGEX}/Makefile"
     10  1.1  christos 
     11