From 73c71caeff4a0240fb2f0c90c0b9da642c0f6385 Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Fri, 11 Apr 2008 23:04:36 +0000 Subject: [PATCH] Hook up ZFS to the sparc64 build. Approved by: pjd MFC after: 2 weeks --- sys/modules/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 679a1337876..a8f2e0f01a0 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -619,6 +619,9 @@ _em= em _i2c= i2c _igb= igb _sound= sound +.if ${MK_ZFS} != "no" || defined(ALL_MODULES) +_zfs= zfs +.endif .endif .if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES) -- 2.45.2