[Midnightbsd-cvs] src [8958] trunk/sys/modules/Makefile: add toecore to make

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 27 12:31:20 EDT 2016


Revision: 8958
          http://svnweb.midnightbsd.org/src/?rev=8958
Author:   laffer1
Date:     2016-09-27 12:31:20 -0400 (Tue, 27 Sep 2016)
Log Message:
-----------
add toecore to make

Modified Paths:
--------------
    trunk/sys/modules/Makefile

Modified: trunk/sys/modules/Makefile
===================================================================
--- trunk/sys/modules/Makefile	2016-09-27 16:30:25 UTC (rev 8957)
+++ trunk/sys/modules/Makefile	2016-09-27 16:31:20 UTC (rev 8958)
@@ -313,6 +313,7 @@
 	${_ti} \
 	tl \
 	tmpfs \
+	${_toecore} \
 	${_tpm} \
 	trm \
 	${_twa} \
@@ -395,6 +396,7 @@
 .if (${MK_INET_SUPPORT} != "no" || ${MK_INET6_SUPPORT} != "no") || \
 	defined(ALL_MODULES)
 _if_carp=	if_carp
+_toecore=	toecore
 .endif
 
 .if ${MK_IPFILTER} != "no" || defined(ALL_MODULES)



More information about the Midnightbsd-cvs mailing list