freebsd-dev/usr.bin/mkcsmapper/Makefile
Ed Schouten b94c7c3e21 Let iconv build on -HEAD properly.
- Add NO_WMISSING_VARIABLE_DECLARATIONS where we use Yacc/Lex.
- Add variable declarations where possible.
- Add missing static keyword.
2013-05-23 18:07:01 +00:00

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>