]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/ucycom/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / modules / ucycom / Makefile
1 # $FreeBSD$
2
3 S=      ${.CURDIR}/../..
4 .PATH: $S/dev/usb
5
6 KMOD=   ucycom
7 SRCS=   ucycom.c opt_usb.h device_if.h bus_if.h usbdevs.h
8
9 .include <bsd.kmod.mk>