summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-01-09 16:37:37 +0000
committerobrien <obrien@FreeBSD.org>2003-01-09 16:37:37 +0000
commit4d794ccfd8bc57fb8a000747c7fba044b0b0150c (patch)
tree0591ac85c46267e20c04ccf9a84133e2adab15fb /sys
parentc88cd5031d8ad9d4b268d0fadb450bceb622d7c7 (diff)
downloadFreeBSD-src-4d794ccfd8bc57fb8a000747c7fba044b0b0150c.zip
FreeBSD-src-4d794ccfd8bc57fb8a000747c7fba044b0b0150c.tar.gz
Build gem(4) on powerpc also.
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 0d3c888..e5ef548 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -266,9 +266,12 @@ SUBDIR+=linprocfs \
vinum
.endif
+.if ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64"
+SUBDIR+=gem
+.endif
+
.if ${MACHINE_ARCH} == "sparc64"
-SUBDIR+=hme \
- gem
+SUBDIR+=hme
.endif
.if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES)
OpenPOWER on IntegriCloud