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