1 1.2 dholland # $NetBSD: Makefile,v 1.2 2012/08/22 05:39:18 dholland Exp $ 2 1.1 christos 3 1.1 christos TREDIST= ${.CURDIR}/../dist 4 1.1 christos 5 1.1 christos .PATH: ${TREDIST}/src 6 1.1 christos 7 1.2 dholland CPPFLAGS+= -I${TREDIST}/lib 8 1.1 christos CPPFLAGS+= -DHAVE_CONFIG_H=1 9 1.1 christos 10 1.1 christos BINDIR= /usr/bin 11 1.1 christos PROG= agrep 12 1.1 christos SRCS= agrep.c 13 1.1 christos LDADD+= -ltre 14 1.1 christos DPADD+= ${LIBTRE} 15 1.1 christos 16 1.1 christos WARNS= 4 17 1.1 christos 18 1.1 christos .include <bsd.prog.mk> 19