mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
9 lines
147 B
Makefile
9 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ray
|
|
|
|
KMOD= if_ray
|
|
SRCS= if_ray.c
|
|
SRCS+= device_if.h bus_if.h card_if.h opt_inet.h
|
|
|
|
.include <bsd.kmod.mk>
|