Makefile revision 131186
1# $FreeBSD: head/sys/modules/ubser/Makefile 131186 2004-06-27 12:33:20Z imp $
2
3S=	${.CURDIR}/../..
4.PATH: $S/dev/usb
5
6KMOD=	ubser
7SRCS=	ubser.c ubser.h opt_usb.h device_if.h bus_if.h vnode_if.h usbdevs.h
8
9.include <bsd.kmod.mk>
10