]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/usb/uep/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>