]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/uchcom/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / uchcom / Makefile
1 # $FreeBSD$
2
3 S=      ${.CURDIR}/../..
4 .PATH: $S/dev/usb
5
6 KMOD=   uchcom
7 SRCS=   uchcom.c opt_usb.h device_if.h bus_if.h usbdevs.h
8
9 .include <bsd.kmod.mk>