aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-02-17 05:38:45 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-02-17 05:38:45 +0000
commit49b4df9afbcf2c27c284986d5592ab79060fd990 (patch)
tree1acea24b2e542ec5975bacc33405c64be442e887 /gnu/usr.bin/grep
parentafa3e829b1349b6aa4c85c5221d048825cf03b0f (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/grep')
-rw-r--r--gnu/usr.bin/grep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/Makefile b/gnu/usr.bin/grep/Makefile
index 930021671bd87..c854695d575df 100644
--- a/gnu/usr.bin/grep/Makefile
+++ b/gnu/usr.bin/grep/Makefile
@@ -5,7 +5,7 @@ GREP_LIBZ=YES
PROG= grep
SRCS= dfa.c grep.c kwset.c obstack.c savedir.c search.c
-CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../../../include/gnu -DHAVE_CONFIG_H
+CFLAGS+=-I${.CURDIR} -I${DESTDIR}/usr/include/gnu -DHAVE_CONFIG_H
LINKS+= ${BINDIR}/grep ${BINDIR}/egrep \
${BINDIR}/grep ${BINDIR}/fgrep