diff options
-rw-r--r-- | sbin/routed/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index c4abdba..99b07f5 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 <bsd.prog.mk> |