Remove WARNS inherited fine by ../Makefile.inc.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
d1a77ae76f
commit
dd3505eed7
@ -12,6 +12,4 @@ SRCS= dialog_util.c dialogrc.c dprompt.c dpv.c status.c util.c
|
||||
|
||||
CFLAGS+= -I${.CURDIR}
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -16,6 +16,4 @@ CFLAGS+= -I${.CURDIR}
|
||||
|
||||
SRCS= figpar.c string_m.c
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -31,6 +31,4 @@ MLINKS= gpio.3 gpio_open.3 \
|
||||
gpio.3 gpio_pin_invout.3 \
|
||||
gpio.3 gpio_pin_pulsate.3
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
@ -15,8 +15,6 @@ SRCS+= msgio.c
|
||||
SRCS+= nvlist.c
|
||||
SRCS+= nvpair.c
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.if ${MK_TESTS} != "no"
|
||||
SUBDIR+= tests
|
||||
.endif
|
||||
|
@ -15,6 +15,4 @@ CFLAGS+=-I${.CURDIR}
|
||||
|
||||
LIBADD= util
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
3
lib/libproc/Makefile.inc
Normal file
3
lib/libproc/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
@ -12,6 +12,4 @@ LIBADD= elf proc rtld_db util
|
||||
# for testing symbol lookup.
|
||||
STRIP=
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user