diff options
Diffstat (limited to 'usr.bin/mkesdb/Makefile')
-rw-r--r-- | usr.bin/mkesdb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/mkesdb/Makefile b/usr.bin/mkesdb/Makefile index d4bd03f..69aed65 100644 --- a/usr.bin/mkesdb/Makefile +++ b/usr.bin/mkesdb/Makefile @@ -5,5 +5,7 @@ PROG= mkesdb LDFLAGS+= -L${.OBJDIR}/../../lib/libc +NO_WMISSING_VARIABLE_DECLARATIONS= + .include "${.CURDIR}/Makefile.inc" .include <bsd.prog.mk> |