]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/urio/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.git] / sys / modules / urio / Makefile
1 # $FreeBSD$ 
2
3 MAINTAINER=     Iwasa Kazmi <kzmi@ca2.so-net.ne.jp>
4
5 .PATH: ${.CURDIR}/../../dev/usb
6
7 KMOD=   urio
8 SRCS=   bus_if.h device_if.h opt_usb.h urio.c usbdevs.h
9
10 .include <bsd.kmod.mk>