svn commit: r202981 - head/sys/modules

Pyun YongHyeon yongari at FreeBSD.org
Mon Jan 25 18:50:58 UTC 2010


Author: yongari
Date: Mon Jan 25 18:50:58 2010
New Revision: 202981
URL: http://svn.freebsd.org/changeset/base/202981

Log:
  Build smbfs kernel module on sparc64.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Jan 25 18:35:58 2010	(r202980)
+++ head/sys/modules/Makefile	Mon Jan 25 18:50:58 2010	(r202981)
@@ -615,6 +615,7 @@ _igb=		igb
 .if ${MK_CDDL} != "no" || defined(ALL_MODULES)
 _opensolaris=	opensolaris
 .endif
+_smbfs=		smbfs
 _sound=		sound
 .if ${MK_ZFS} != "no" || defined(ALL_MODULES)
 _zfs=		zfs


More information about the svn-src-head mailing list