mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
10 lines
184 B
Makefile
10 lines
184 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/ata
|
||
|
|
|
||
|
|
KMOD= atacard
|
||
|
|
SRCS= ata-card.c
|
||
|
|
SRCS+= opt_ata.h pccarddevs.h ata_if.h device_if.h bus_if.h isa_if.h card_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|