1 Apr 2011 02:25
svn commit: r220231 - in head/sys/modules/cxgbe: . if_cxgbe
Navdeep Parhar <np <at> FreeBSD.org>
2011-04-01 00:25:32 GMT
2011-04-01 00:25:32 GMT
Author: np Date: Fri Apr 1 00:25:32 2011 New Revision: 220231 URL: http://svn.freebsd.org/changeset/base/220231 Log: Allow multiple modules within sys/modules/cxgbe. The first one is if_cxgbe. MFC after: 3 days Added: head/sys/modules/cxgbe/if_cxgbe/ head/sys/modules/cxgbe/if_cxgbe/Makefile - copied, changed from r220221, head/sys/modules/cxgbe/Makefile Replaced: head/sys/modules/cxgbe/Makefile (contents, props changed) Added: head/sys/modules/cxgbe/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/modules/cxgbe/Makefile Fri Apr 1 00:25:32 2011 (r220231) <at> <at> -0,0 +1,7 <at> <at> +# +# $FreeBSD$ +# + +SUBDIR = if_cxgbe + +.include <bsd.subdir.mk>(Continue reading)
RSS Feed