]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/uvscom/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / uvscom / Makefile
1 # $FreeBSD$
2
3 S=      ${.CURDIR}/../..
4 .PATH: $S/dev/usb
5
6 KMOD=   uvscom
7 SRCS=   uvscom.c ucomvar.h opt_usb.h opt_uvscom.h \
8         device_if.h bus_if.h usbdevs.h
9
10 .include <bsd.kmod.mk>