2000-12-07 03:16:21 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/ray
|
|
|
|
|
|
|
|
KMOD= if_ray
|
|
|
|
SRCS= if_ray.c
|
2004-05-26 00:53:10 +00:00
|
|
|
SRCS+= device_if.h bus_if.h card_if.h opt_inet.h pccarddevs.h
|
2000-12-07 03:16:21 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|