diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index c4abdba0f67..99b07f59567 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -7,6 +7,10 @@ MAN= routed.8 SUBDIR= rtquery LDADD= -lmd DPADD= ${LIBMD} +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" WARNS?= 6 +.else +WARNS?= 0 +.endif .include