aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2004-05-05 08:24:57 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2004-05-05 08:24:57 +0000
commitb4fa702e396828b08f188f5c7e976506a7a3308e (patch)
tree1d9c3baf11b1cd294dde59554a52f95180026d7d
parent542fc1042bfde98c3b82426066ed402025c1245e (diff)
downloadsrc-b4fa702e396828b08f188f5c7e976506a7a3308e.tar.gz
src-b4fa702e396828b08f188f5c7e976506a7a3308e.zip
Enable the build of the vinum KLD on sparc64. It is known to work so
there's no reason to not build it.
Notes
Notes: svn path=/head/; revision=128948
-rw-r--r--sys/modules/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 95d6c620c5d4..e4e501c010f6 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -420,6 +420,7 @@ _gem= gem
.if ${MACHINE_ARCH} == "sparc64"
_gem= gem
_hme= hme
+_vinum= vinum
.endif
.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)