mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
17d6c63672
Not objected to by: -current
10 lines
147 B
Makefile
10 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>
|