From 37a0ad80795002b57ebff4dc127fe6dfccce35ca Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Mon, 6 Jun 2011 20:14:50 +0000 Subject: [PATCH] Set WARNS=1 temporarily to unbreak universe. --- usr.sbin/rtadvd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile index e34aa3ca1940..9dbfc997fabc 100644 --- a/usr.sbin/rtadvd/Makefile +++ b/usr.sbin/rtadvd/Makefile @@ -23,6 +23,6 @@ LDADD= -lutil CFLAGS+= -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DROUTEINFO -WARNS?= 6 +WARNS?= 1 .include