Just use WARNS=4 for dhcpcd.

This commit is contained in:
joerg 2008-09-19 23:00:49 +00:00
parent 0ee5c8cca5
commit a7dc3b5d53
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile.inc,v 1.1 2008/07/27 19:31:03 joerg Exp $
# $NetBSD: Makefile.inc,v 1.2 2008/09/19 23:00:49 joerg Exp $
.include <bsd.own.mk>
WARNS?= 3
WARNS?= 4
BINDIR= /sbin
.if (${MKDYNAMICROOT} == "no")