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:
obrien 2000-12-01 19:36:17 +00:00
parent d874e25bc3
commit 9af903907c

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>