Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2010 18:50:58 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202981 - head/sys/modules
Message-ID:  <201001251850.o0PIowFg047798@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001251850.o0PIowFg047798>