Hook up ZFS to the sparc64 build.

Approved by:	pjd
MFC after:	2 weeks
This commit is contained in:
Marius Strobl 2008-04-11 23:04:36 +00:00
parent 5b20de10b9
commit 73c71caeff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178130

View File

@ -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)