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. :-(
This commit is contained in:
David E. O'Brien 2000-12-01 19:36:17 +00:00
parent 4c0b7a9327
commit 1ab84b3fc7

View File

@ -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>