aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-10-06 15:21:10 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-10-06 15:21:10 +0000
commit8947f1c72c78d38af5f61a2ddac3d0c2378247f0 (patch)
tree58ecf3b23420ca86fab4b95494fe7a03a6f52f30 /sys/modules
parent427f20937dc26c4e96434e02271e56292a0d1ea4 (diff)
downloadsrc-8947f1c72c78d38af5f61a2ddac3d0c2378247f0.tar.gz
src-8947f1c72c78d38af5f61a2ddac3d0c2378247f0.zip
Add card_if.h and sort the header files, while I'm here.
Notes
Notes: svn path=/head/; revision=66751
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile
index 0131d9f8ff80..cc6809e8ef9a 100644
--- a/sys/modules/ed/Makefile
+++ b/sys/modules/ed/Makefile
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/ed
KMOD = if_ed
SRCS = if_ed.c if_ed_cbus.c if_ed_isa.c if_ed_pccard.c if_ed_pci.c
-SRCS += opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h
+SRCS += opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h
.include <bsd.kmod.mk>