blob: 8569f16f5b41e0b8ccb4e1362454aa4ce7f16114 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD$
S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= if_kue
SRCS= if_kue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
SRCS+= miibus_if.h usbdevs.h
.include <bsd.kmod.mk>
|