xref: /dragonfly/sys/dev/disk/Makefile (revision af79c6e5)
1# $DragonFly: src/sys/dev/disk/Makefile,v 1.1 2003/08/15 08:32:28 dillon Exp $
2#
3
4SUBDIR= aha aic7xxx \
5	ccd ispfw md ncv nsp sbp stg trm vn vpo
6
7.include <bsd.subdir.mk>
8