10 lines
186 B
Makefile
10 lines
186 B
Makefile
# $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>
|