Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2020 20:55:56 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366544 - in head/sys/modules: . apm
Message-ID:  <202010082055.098KtuKC057312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010082055.098KtuKC057312>