mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Hook up ZFS to the sparc64 build.
Approved by: pjd MFC after: 2 weeks
This commit is contained in:
parent
5b20de10b9
commit
73c71caeff
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue