2000-01-05 04:27:24 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
S= ${.CURDIR}/../..
|
|
|
|
.PATH: $S/dev/usb
|
|
|
|
|
|
|
|
KMOD= if_kue
|
2005-09-27 18:10:43 +00:00
|
|
|
SRCS= if_kue.c opt_usb.h device_if.h bus_if.h
|
2004-06-27 12:33:20 +00:00
|
|
|
SRCS+= miibus_if.h usbdevs.h
|
2000-01-05 04:27:24 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|