b94c7c3e21
- Add NO_WMISSING_VARIABLE_DECLARATIONS where we use Yacc/Lex. - Add variable declarations where possible. - Add missing static keyword.
12 lines
203 B
Makefile
12 lines
203 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../lib/libc/iconv
|
|
|
|
PROG= mkcsmapper
|
|
LDFLAGS+= -L${.CURDIR}/../../lib/libc
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include "${.CURDIR}/Makefile.inc"
|
|
.include <bsd.prog.mk>
|