mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 20:06:42 -04:00
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
6 lines
94 B
Makefile
6 lines
94 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= locale
|
|
CFLAGS+= -I${.CURDIR}/../../lib/libc/locale
|
|
|
|
.include <bsd.prog.mk>
|