diff options
author | pjd <pjd@FreeBSD.org> | 2007-04-06 02:13:30 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2007-04-06 02:13:30 +0000 |
commit | 170e632d642afcedd747a3c8bdf45f63d1a36f53 (patch) | |
tree | 68061d702528db74c169d6aa01f0e844a5723925 /sys/modules/Makefile | |
parent | b65aaf60eca66c27804bf20cc6e6ca80d4f02ac6 (diff) | |
download | FreeBSD-src-170e632d642afcedd747a3c8bdf45f63d1a36f53.zip FreeBSD-src-170e632d642afcedd747a3c8bdf45f63d1a36f53.tar.gz |
Connect ZFS to the build.
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 53daa78..360d38b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -302,6 +302,7 @@ SUBDIR= ${_3dfx} \ ${_xe} \ xfs \ xl \ + ${_zfs} \ zlib .if ${MACHINE_ARCH} != "powerpc" @@ -444,6 +445,9 @@ _rr232x= rr232x _s3= s3 _twa= twa _vesa= vesa +.if ${MK_ZFS} != "no" || defined(ALL_MODULES) +_zfs= zfs +.endif .elif ${MACHINE} == "pc98" _canbepm= canbepm _canbus= canbus |