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