From ab5ee60d6cd748a79b537083c6496fea039281e4 Mon Sep 17 00:00:00 2001 From: kmacy Date: Sat, 7 Apr 2007 05:09:40 +0000 Subject: back out last change Requested by: ru --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/Makefile b/sys/modules/Makefile index ab3c9b9..360d38b 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -445,7 +445,7 @@ _rr232x= rr232x _s3= s3 _twa= twa _vesa= vesa -.if (defined(MK_ZFS) && ${MK_ZFS} != "no") || defined(ALL_MODULES) +.if ${MK_ZFS} != "no" || defined(ALL_MODULES) _zfs= zfs .endif .elif ${MACHINE} == "pc98" -- cgit v1.1