blob: 73c5afd1f99e98342222cefc316d56b48cd3eee4 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: Makefile,v 1.1 2016/01/12 22:58:02 christos Exp $
PROG= msggrep
PROGDPLIBS+= grep ${.CURDIR}/../../lib/libgrep
.include "${.CURDIR}/../Makefile.inc.prog"
CPPFLAGS+=-I${DIST}/gettext-tools/libgrep
|