diff options
Diffstat (limited to 'usr.sbin/pciconf/Makefile')
-rw-r--r-- | usr.sbin/pciconf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile index e57e736..9fbec00 100644 --- a/usr.sbin/pciconf/Makefile +++ b/usr.sbin/pciconf/Makefile @@ -7,4 +7,6 @@ MAN= pciconf.8 CFLAGS+= -I${.CURDIR}/../../sys +WARNS?= 3 + .include <bsd.prog.mk> |