From d6f37ad0a46f1b966f0ce4fb700140cb3001285a Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Fri, 25 Apr 2008 11:03:35 +0000 Subject: MFC: 1.561 Hook up ZFS to the sparc64 build. --- sys/modules/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 495cd9159dbc..5b7461109b72 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -610,6 +610,9 @@ _auxio= auxio _em= em _i2c= i2c _sound= sound +.if ${MK_ZFS} != "no" || defined(ALL_MODULES) +_zfs= zfs +.endif .endif .if defined(MODULES_OVERRIDE) && !defined(ALL_MODULES) -- cgit v1.3