aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2017-01-28 09:58:00 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2017-01-28 09:58:00 +0000
commit0a225f01e1063a5449c36467f7c1279517b117d6 (patch)
treebafa292a939a89f1fc8e6935afa269f9220282d0 /sys/modules
parent6597559ea7d7ea42366a6b203e019144915fe742 (diff)
downloadsrc-0a225f01e1063a5449c36467f7c1279517b117d6.tar.gz
src-0a225f01e1063a5449c36467f7c1279517b117d6.zip
Remove more pc98 support.
Notes
Notes: svn path=/head/; revision=312917
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ata/atacbus/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/modules/ata/atacbus/Makefile b/sys/modules/ata/atacbus/Makefile
deleted file mode 100644
index a291ad4a165f..000000000000
--- a/sys/modules/ata/atacbus/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../../dev/ata
-
-KMOD= atacbus
-SRCS= ata-cbus.c
-SRCS+= ata_if.h bus_if.h device_if.h isa_if.h
-
-.include <bsd.kmod.mk>