diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 376cbe11210..9882f32bb9c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -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 diff --git a/sys/modules/apm/Makefile b/sys/modules/apm/Makefile deleted file mode 100644 index d5168bd991f..00000000000 --- a/sys/modules/apm/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD$ - -.PATH: ${SRCTOP}/sys/i386/bios - -KMOD= apm -SRCS= apm.c apm.h -SRCS+= device_if.h bus_if.h - -EXPORT_SYMS= apm_display \ - apm_softc - -.include