]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/cue/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / sys / modules / cue / Makefile
1 # $FreeBSD$
2
3 S=      ${.CURDIR}/../..
4 .PATH: $S/dev/usb
5
6 KMOD=   if_cue
7 SRCS=   if_cue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
8 SRCS+=  miibus_if.h usbdevs.h
9
10 .include <bsd.kmod.mk>