summaryrefslogtreecommitdiffstats
path: root/sbin/gbde/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/gbde/Makefile')
-rw-r--r--sbin/gbde/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/gbde/Makefile b/sbin/gbde/Makefile
index 8705802..0faa6ba 100644
--- a/sbin/gbde/Makefile
+++ b/sbin/gbde/Makefile
@@ -9,9 +9,7 @@ SRCS+= g_bde_lock.c
# rijndael-fst.c does evil casting things which results in warnings on
# 64 bit machines, the test-vectors check out however, so it works right.
-.if ${MACHINE_ARCH} == "i386"
-WARNS?= 5
-.else
+.if ${MACHINE_ARCH} != "i386"
WARNS?= 3
.endif
OpenPOWER on IntegriCloud