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