aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep/Makefile
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-06-05 21:31:06 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-06-05 21:31:06 +0000
commita1e98bc9951835d0c8d0986f06315e4a2ea17478 (patch)
tree0854d98b2b279a999a301ce4d4660e4d19bf104c /gnu/usr.bin/grep/Makefile
parent9745a2624c735362fc068f0a2f33e0494343cd00 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/grep/Makefile')
-rw-r--r--gnu/usr.bin/grep/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index d4da8816c84ee..8c3d77883e546 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -13,7 +13,8 @@ SRCS= closeout.c dfa.c error.c exclude.c grep.c grepmat.c hard-locale.c \
isdir.c kwset.c obstack.c quotearg.c savedir.c search.c xmalloc.c \
xstrtoumax.c
-CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../lib/libregex -DHAVE_CONFIG_H
+CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../../contrib/libgnuregex
+CFLAGS+=-DHAVE_CONFIG_H -D__USE_GNU
.if ${MK_BSD_GREP} != "yes"
LINKS+= ${BINDIR}/grep ${BINDIR}/egrep \