]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/cbb/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / sys / modules / cbb / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/pccbb
4
5 KMOD=   cbb
6 SRCS=   pccbb.c pccbb_isa.c pccbb_pci.c \
7         device_if.h bus_if.h power_if.h card_if.h isa_if.h pci_if.h pcib_if.h
8
9 .include <bsd.kmod.mk>