2003-05-03 10:16:56 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
S= ${.CURDIR}/../..
|
|
|
|
.PATH: $S/dev/usb
|
|
|
|
|
|
|
|
KMOD= if_rue
|
|
|
|
SRCS= if_rue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
|
2004-06-27 12:33:20 +00:00
|
|
|
SRCS+= miibus_if.h usbdevs.h
|
2003-05-03 10:16:56 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|