mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
158 B
Makefile
9 lines
158 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
|
|
NOMAN =
|
|
|
|
.include <bsd.kmod.mk>
|