summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-12-01 19:36:17 +0000
committerobrien <obrien@FreeBSD.org>2000-12-01 19:36:17 +0000
commit9af903907c6a1e13ff6dfd8a17ee3a4c3ecc27af (patch)
tree9539335ec3d650978ea16d323692b1c1fdc688e3 /usr.bin/mklocale/Makefile
parentd874e25bc3a667ef05fd6d74a3aff0a913b16fa2 (diff)
downloadFreeBSD-src-9af903907c6a1e13ff6dfd8a17ee3a4c3ecc27af.zip
FreeBSD-src-9af903907c6a1e13ff6dfd8a17ee3a4c3ecc27af.tar.gz
Grrr... GCC 2.95.2 and 2.96 just will not agree what the default include
search paths are. So add the requirements of both. :-(
Diffstat (limited to 'usr.bin/mklocale/Makefile')
-rw-r--r--usr.bin/mklocale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index 022d41e..b511102 100644
--- a/usr.bin/mklocale/Makefile
+++ b/usr.bin/mklocale/Makefile
@@ -3,7 +3,7 @@
PROG= mklocale
SRCS= yacc.y lex.l y.tab.h
-CFLAGS+= -I${.CURDIR}
+CFLAGS+= -I${.CURDIR} -I.
MAN1= mklocale.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud