summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/Makefile
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2011-06-04 02:51:12 +0000
committerhrs <hrs@FreeBSD.org>2011-06-04 02:51:12 +0000
commit00e43e0cd59a008c0479029d721c758ef8d51316 (patch)
tree64dd37565c480cdf8d49d60fb44d1b5dbf7f4d90 /usr.sbin/rtadvd/Makefile
parentd3d16bccfc16f4d3a5f9935ded1ca476ec8fd9df (diff)
downloadFreeBSD-src-00e43e0cd59a008c0479029d721c758ef8d51316.zip
FreeBSD-src-00e43e0cd59a008c0479029d721c758ef8d51316.tar.gz
- Fixes for WARNS=6.
- Use IFNAMSIZ for an interface name.
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 9dbfc99..e34aa3c 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?= 1
+WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud