xref: /dragonfly/sys/dev/Makefile (revision 232fee37)
1*232fee37SMatthew Dillon# $DragonFly: src/sys/dev/Makefile,v 1.8 2006/11/07 19:56:21 dillon Exp $
2ac2e3f5eSMatthew Dillon#
3ac2e3f5eSMatthew Dillon
4*232fee37SMatthew Dillon.include "../machine/${MACHINE}/Makefile.inc"
5*232fee37SMatthew Dillon
6*232fee37SMatthew DillonSUBDIR=agp bridge crypto disk drm misc netif pccard powermng raid \
7ac2e3f5eSMatthew Dillon	serial sound usbmisc video
8ac2e3f5eSMatthew Dillon
9*232fee37SMatthew Dillon.ifdef ACPICA5_SUPPORT
10*232fee37SMatthew DillonSUBDIR+= acpica5
11*232fee37SMatthew Dillon.endif
12*232fee37SMatthew Dillon.ifdef EST_SUPPORT
13*232fee37SMatthew DillonSUBDIR+= est
14*232fee37SMatthew Dillon.endif
15*232fee37SMatthew Dillon
16ac2e3f5eSMatthew Dillon.include <bsd.subdir.mk>
17