[Midnightbsd-cvs] src [8957] trunk/sys/modules/toecore: add toecore module
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Sep 27 12:30:25 EDT 2016
Revision: 8957
http://svnweb.midnightbsd.org/src/?rev=8957
Author: laffer1
Date: 2016-09-27 12:30:25 -0400 (Tue, 27 Sep 2016)
Log Message:
-----------
add toecore module
Added Paths:
-----------
trunk/sys/modules/toecore/
trunk/sys/modules/toecore/Makefile
Added: trunk/sys/modules/toecore/Makefile
===================================================================
--- trunk/sys/modules/toecore/Makefile (rev 0)
+++ trunk/sys/modules/toecore/Makefile 2016-09-27 16:30:25 UTC (rev 8957)
@@ -0,0 +1,10 @@
+# $MidnightBSD$
+# $FreeBSD: release/9.2.0/sys/modules/toecore/Makefile 237263 2012-06-19 07:34:13Z np $
+
+.PATH: ${.CURDIR}/../../netinet
+
+KMOD= toecore
+SRCS= toecore.c
+SRCS+= opt_ofed.h
+
+.include <bsd.kmod.mk>
Property changes on: trunk/sys/modules/toecore/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list