mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
10 lines
166 B
Makefile
10 lines
166 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/hptiop
|
|
|
|
KMOD= hptiop
|
|
SRCS= hptiop.c
|
|
SRCS+= opt_scsi.h opt_cam.h
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|