1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/sys/modules/ray/Makefile

10 lines
147 B
Makefile
Raw Normal View History

2000-12-07 03:16:21 +00:00
# $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
2000-12-07 03:16:21 +00:00
.include <bsd.kmod.mk>