diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2019-02-03 09:32:07 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2019-02-03 09:32:07 +0000 |
| commit | 3ead2fa70884b02ccb80b3de43996f68c8fcff15 (patch) | |
| tree | d3db4b7e322afd97a59a16f6175389cd3491569d /sys/modules | |
| parent | 3535eac8a9d787f847264bd7b63af1c1aea615ce (diff) | |
Remove some commented-out stuff accidentally left in the previous commit.
It's just comments, NFCI
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/raid/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/modules/raid/Makefile b/sys/modules/raid/Makefile index 514c972a6dd..4ae2594004e 100644 --- a/sys/modules/raid/Makefile +++ b/sys/modules/raid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2019/02/03 08:02:25 pgoyette Exp $ +# $NetBSD: Makefile,v 1.4 2019/02/03 09:32:07 pgoyette Exp $ .include "../Makefile.inc" @@ -41,13 +41,4 @@ CPPFLAGS+= -DRF_INCLUDE_INTERDECLUSTER=1 CPPFLAGS+= -DRF_INCLUDE_PARITY_DECLUSTERING=1 CPPFLAGS+= -DRF_INCLUDE_PARITY_DECLUSTERING_DS=1 -#XXX -#.if ${MACHINE_CPU} == "sparc64" || \ -# ${MACHINE_CPU} == "x86_64" || \ -# ${MACHINE_CPU} == "mips64" -#SRCS+= rf_compat32.c -#CPPFLAGS+= -DCOMPAT_NETBSD32 -#.endif - - .include <bsd.kmodule.mk> |
