svn commit: r312936 - head/sys/modules

Ngie Cooper ngie at FreeBSD.org
Sat Jan 28 23:47:18 UTC 2017


Author: ngie
Date: Sat Jan 28 23:47:17 2017
New Revision: 312936
URL: https://svnweb.freebsd.org/changeset/base/312936

Log:
  Garbage collect pc98-only variables still referenced in sys/modules/Makefile
  
  These should have been removed with r312910

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sat Jan 28 23:41:38 2017	(r312935)
+++ head/sys/modules/Makefile	Sat Jan 28 23:47:17 2017	(r312936)
@@ -64,8 +64,6 @@ SUBDIR=	\
 	bwn_pci \
 	${_bytgpio} \
 	cam \
-	${_canbepm} \
-	${_canbus} \
 	${_cardbus} \
 	${_carp} \
 	cas \
@@ -91,7 +89,6 @@ SUBDIR=	\
 	${_crypto} \
 	${_cryptodev} \
 	${_cs} \
-	${_ct} \
 	${_ctau} \
 	ctl \
 	${_cxgb} \
@@ -295,7 +292,6 @@ SUBDIR=	\
 	${_pflog} \
 	${_pfsync} \
 	plip \
-	${_pmc} \
 	${_pms} \
 	ppbus \
 	ppc \
@@ -344,7 +340,6 @@ SUBDIR=	\
 	sk \
 	smbfs \
 	sn \
-	${_snc} \
 	snp \
 	sound \
 	${_speaker} \


More information about the svn-src-head mailing list