freebsd-skq/usr.bin/locale/Makefile
Eric van Gyzen b28fd8ce86 locale: enable more warnings; fix them
Do not set WARNS, so it gets the current default of 6.
Fix the warnings by sprinkling static, const, or strdup.
Make some constant data tables const.  Fix whitespace.

MFC after:	1 week
Sponsored by:	Dell EMC
2016-12-01 17:36:31 +00:00

7 lines
94 B
Makefile

# $FreeBSD$
PROG= locale
CFLAGS+= -I${.CURDIR}/../../lib/libc/locale
.include <bsd.prog.mk>