11 lines
156 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
KMOD= udbp
SRCS= bus_if.h device_if.h \
2005-06-04 04:43:14 +00:00
opt_usb.h opt_netgraph.h \
udbp.c usbdevs.h
.include <bsd.kmod.mk>