Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / gettext / libgrep / Makefile
blob418a6f0c3a1c675ae2f77117ce476ac290abc225
1 # $NetBSD: Makefile,v 1.5 2006/11/10 17:36:08 christos Exp $
3 LIBISPRIVATE= yes
5 .include <bsd.own.mk>
7 LIB= grep
8 SRCS= \
9 dfa.c \
10 hard-locale.c \
11 kwset.c \
12 m-common.c \
13 m-fgrep.c \
14 m-regex.c \
15 memchr.c \
16 regex.c \
17 strdup.c
19 .include "${.CURDIR}/../Makefile.inc"
21 .PATH: ${DIST}/gettext/gettext-tools/libgrep
22 CPPFLAGS+= -I${DIST}/gettext/gettext-tools/libgrep
24 COPTS.regex.c = -Wno-stack-protector
26 .include <bsd.lib.mk>