Makefile revision 208554
1# $FreeBSD: head/sys/modules/usb/uep/Makefile 208554 2010-05-25 21:20:56Z glebius $
2
3S=     ${.CURDIR}/../../..
4
5.PATH: $S/dev/usb/input
6
7KMOD=	uep
8SRCS=	opt_bus.h opt_usb.h device_if.h bus_if.h usb_if.h vnode_if.h usbdevs.h \
9	uep.c
10
11.include <bsd.kmod.mk>
12