mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
9 lines
169 B
Makefile
9 lines
169 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/ata
|
|
|
|
KMOD= atausb
|
|
SRCS= ata-usb.c
|
|
SRCS+= opt_usb.h opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|