mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
9 lines
150 B
Makefile
9 lines
150 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/ata
|
|
|
|
KMOD= atacbus
|
|
SRCS= ata-cbus.c
|
|
SRCS+= ata_if.h bus_if.h device_if.h isa_if.h
|
|
|
|
.include <bsd.kmod.mk>
|