Module Name:    src
Committed By:   christos
Date:           Tue Jan 22 01:48:34 UTC 2013

Modified Files:
        src/sys/modules/compat: Makefile

Log Message:
No need to wrap each version with a separate conditional.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/modules/compat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/compat/Makefile
diff -u src/sys/modules/compat/Makefile:1.6 src/sys/modules/compat/Makefile:1.7
--- src/sys/modules/compat/Makefile:1.6	Mon Jan 17 10:57:04 2011
+++ src/sys/modules/compat/Makefile	Mon Jan 21 20:48:34 2013
@@ -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 @@ KMOD=	compat
 #
 .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
 

Reply via email to