Move the FreeBSD 2.2 and 3.x PCI compatibility code into pci_compat.c and let it
[dragonfly.git] / sys / Makefile.modules
1 # Makefile.modules - build the modules (executed from the modules: target
2 # in Makefile).
3 #
4 # $DragonFly: src/sys/Makefile.modules,v 1.3 2003/10/24 17:22:15 dillon Exp $
5 .if defined(MODULES_OVERRIDE)
6 SUBDIR=${MODULES_OVERRIDE}
7 .else
8 SUBDIR=bus checkpt crypto emulation dev kern net netgraph netproto vfs
9 .endif
10
11 .include <bsd.subdir.mk>
12