10 lines
158 B
Makefile
10 lines
158 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/stordisengage
|
||
|
|
||
|
KMOD= hv_ata_pci_disengage
|
||
|
|
||
|
SRCS = hv_ata_pci_disengage.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|