diff options
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile index 99b07f5..8c7559f 100644 --- a/sbin/routed/Makefile +++ b/sbin/routed/Makefile @@ -7,9 +7,7 @@ MAN= routed.8 SUBDIR= rtquery LDADD= -lmd DPADD= ${LIBMD} -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" -WARNS?= 6 -.else +.if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "amd64" WARNS?= 0 .endif |