PERFORCE change 122948 for review

Roman Divacky rdivacky at FreeBSD.org
Thu Jul 5 13:20:02 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=122948

Change 122948 by rdivacky at rdivacky_witten on 2007/07/05 13:19:39

	Dont mess with modules/Makefile, it works now as expected.

Affected files ...

.. //depot/projects/soc2007/rdivacky/linux_at/sys/modules/Makefile#6 edit

Differences ...

==== //depot/projects/soc2007/rdivacky/linux_at/sys/modules/Makefile#6 (text+ko) ====

@@ -416,6 +416,7 @@
 _tmpfs= 	tmpfs
 _wi=		wi
 _xe=		xe
+.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
 _zfs=		zfs
 .endif
 .if ${MACHINE} == "i386"
@@ -465,6 +466,7 @@
 _pmc=		pmc
 _snc=		snc
 .endif
+.endif
 
 .if ${MACHINE_ARCH} == "amd64"
 _aac=		aac


More information about the p4-projects mailing list