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