blob: 0fd1e4d685115f4bad4b4326a5f2a5bc05ae4c1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile.inc,v 1.4 2003/01/26 23:53:44 wiz Exp $
.include <bsd.own.mk>
WARNS= 0
IDIST= ${NETBSDSRCDIR}/gnu/dist/grep
CPPFLAGS+= -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H \
-I${.CURDIR}/../include -I${IDIST}/lib
DOBJDIR!= cd $(.CURDIR)/../lib && ${PRINTOBJDIR}
LIBGREPUTILS= ${DOBJDIR}/libgreputils.a
.if exists(${.CURDIR}/../../Makefile.inc)
.include "${.CURDIR}/../../Makefile.inc"
.endif
|