]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/usb/uep/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / usb / uep / Makefile
1 # $FreeBSD$
2
3 S=     ${.CURDIR}/../../..
4
5 .PATH: $S/dev/usb/input
6
7 KMOD=   uep
8 SRCS=   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>