mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-18 22:15:46 +01:00
b94c7c3e21
- Add NO_WMISSING_VARIABLE_DECLARATIONS where we use Yacc/Lex. - Add variable declarations where possible. - Add missing static keyword.
12 lines
199 B
Makefile
12 lines
199 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../lib/libc/iconv
|
|
|
|
PROG= mkesdb
|
|
LDFLAGS+= -L${.OBJDIR}/../../lib/libc
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include "${.CURDIR}/Makefile.inc"
|
|
.include <bsd.prog.mk>
|