mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 08:25:22 -04:00
10 lines
169 B
Makefile
10 lines
169 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/ata
|
||
|
|
|
||
|
|
KMOD= atacam
|
||
|
|
SRCS= ata-cam.c
|
||
|
|
SRCS+= opt_ata.h opt_cam.h ata_if.h device_if.h bus_if.h pci_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|