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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to