svn commit: r204102 - head/sys/modules

Marius Strobl marius at FreeBSD.org
Fri Feb 19 21:11:41 UTC 2010


Author: marius
Date: Fri Feb 19 21:11:40 2010
New Revision: 204102
URL: http://svn.freebsd.org/changeset/base/204102

Log:
  Hook up nfs_common missed in r203968.
  
  Submitted by:	kib

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Fri Feb 19 20:18:16 2010	(r204101)
+++ head/sys/modules/Makefile	Fri Feb 19 21:11:40 2010	(r204102)
@@ -194,6 +194,7 @@ SUBDIR=	${_3dfx} \
 	${_ndis} \
 	${_netgraph} \
 	${_nfe} \
+	nfs_common \
 	nfscl \
 	nfsclient \
 	nfscommon \


More information about the svn-src-head mailing list