Tue Jan 22 01:48:34 2013 UTC ()
No need to wrap each version with a separate conditional.


(christos)
diff -r1.6 -r1.7 src/sys/modules/compat/Makefile

cvs diff -r1.6 -r1.7 src/sys/modules/compat/Attic/Makefile (expand / switch to context diff)
--- src/sys/modules/compat/Attic/Makefile 2011/01/17 15:57:04 1.6
+++ src/sys/modules/compat/Attic/Makefile 2013/01/22 01:48:34 1.7
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2011/01/17 15:57:04 pooka Exp $
+#	$NetBSD: Makefile,v 1.7 2013/01/22 01:48:34 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -13,26 +13,12 @@
 #
 .if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=	-DCOMPAT_09
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=	-DCOMPAT_10
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=	-DCOMPAT_11
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=	-DCOMPAT_12
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=	-DCOMPAT_13
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=	-DCOMPAT_14
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=	-DCOMPAT_15
-.endif
-.if (${MACHINE_ARCH} != "x86_64")
 CPPFLAGS+=	-DCOMPAT_16
 .endif