]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - sys/modules/ata/atausb/Makefile
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / sys / modules / ata / atausb / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../dev/ata
4
5 KMOD=   atausb
6 SRCS=   ata-usb.c
7 SRCS+=  opt_bus.h opt_usb.h opt_ata.h usbdevs.h
8 SRCS+=  ata_if.h device_if.h bus_if.h pci_if.h usb_if.h
9
10 .include <bsd.kmod.mk>