diff --git a/sys/modules/ray/Makefile b/sys/modules/ray/Makefile new file mode 100644 index 00000000000..16eb0834948 --- /dev/null +++ b/sys/modules/ray/Makefile @@ -0,0 +1,9 @@ +# $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