svn commit: r366544 - in head/sys/modules: . apm

Warner Losh imp at FreeBSD.org
Thu Oct 8 20:55:56 UTC 2020


Author: imp
Date: Thu Oct  8 20:55:55 2020
New Revision: 366544
URL: https://svnweb.freebsd.org/changeset/base/366544

Log:
  Remove apm module
  
  The apm code is about to be removed. Remove the module since it's
  about to be useless.

Deleted:
  head/sys/modules/apm/Makefile
Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Thu Oct  8 18:29:17 2020	(r366543)
+++ head/sys/modules/Makefile	Thu Oct  8 20:55:55 2020	(r366544)
@@ -41,7 +41,6 @@ SUBDIR=	\
 	amr \
 	${_an} \
 	${_aout} \
-	${_apm} \
 	${_arcmsr} \
 	${_allwinner} \
 	${_armv8crypto} \
@@ -744,7 +743,6 @@ _vmm=		vmm
 # XXX some of these can move now, but are untested on other architectures.
 _3dfx=		3dfx
 _3dfx_linux=	3dfx_linux
-_apm=		apm
 .if ${MK_SOURCELESS_HOST} != "no"
 _ce=		ce
 .endif


More information about the svn-src-head mailing list