mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
10 lines
161 B
Makefile
10 lines
161 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/ata
|
||
|
|
|
||
|
|
KMOD= ataraid
|
||
|
|
SRCS= ata-raid.c
|
||
|
|
SRCS+= opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|