aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvd/Makefile
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2011-06-06 20:14:50 +0000
committerHiroki Sato <hrs@FreeBSD.org>2011-06-06 20:14:50 +0000
commit37a0ad80795002b57ebff4dc127fe6dfccce35ca (patch)
tree5b9493b495bbf391bb6a2599ff7a134c4738de0d /usr.sbin/rtadvd/Makefile
parentb6654957c3f4c1b493414e6addc8aa7087490b38 (diff)
downloadsrc-37a0ad80795002b57ebff4dc127fe6dfccce35ca.tar.gz
src-37a0ad80795002b57ebff4dc127fe6dfccce35ca.zip
Set WARNS=1 temporarily to unbreak universe.
Notes
Notes: svn path=/head/; revision=222771
Diffstat (limited to 'usr.sbin/rtadvd/Makefile')
-rw-r--r--usr.sbin/rtadvd/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk>