summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-30 10:04:50 +0000
committerobrien <obrien@FreeBSD.org>2002-03-30 10:04:50 +0000
commitfab7c9a460dca3931a72b87d87fb81a7e5e80a02 (patch)
treee1b6d68ad1656fb8b4e3127878aa06ad8b769dac /gnu/usr.bin
parent0a4573eea0879c6425861370fe1e2d8a7ab92633 (diff)
downloadFreeBSD-src-fab7c9a460dca3931a72b87d87fb81a7e5e80a02.zip
FreeBSD-src-fab7c9a460dca3931a72b87d87fb81a7e5e80a02.tar.gz
Allow to build with GCC 3.1.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cvs/lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile
index 77a8c07..0b07c39 100644
--- a/gnu/usr.bin/cvs/lib/Makefile
+++ b/gnu/usr.bin/cvs/lib/Makefile
@@ -13,7 +13,8 @@ LIB= cvs
NOPROFILE= yes
NOPIC= yes
-CFLAGS+= -I${.CURDIR} -I${CVSDIR}/src -DHAVE_CONFIG_H
+CFLAGS+= -I${.CURDIR} -I${CVSDIR}/src -I${CVSDIR}/lib
+CFLAGS+= -DHAVE_CONFIG_H
YFLAGS=
SRCS= argmatch.c getdate.y getline.c \
OpenPOWER on IntegriCloud