Makefile revision 1.1
11.1Sthorpej# $NetBSD: Makefile,v 1.1 2001/09/13 22:52:19 thorpej Exp $ 21.1Sthorpej 31.1SthorpejLIB= pci 41.1Sthorpej 51.1SthorpejSRCS= pci_bus.c pci_device.c pci_subr.c 61.1Sthorpej 71.1SthorpejCPPFLAGS+=-DPCIVERBOSE 81.1Sthorpej 91.1Sthorpej.PATH.c: ${.CURDIR}/../../sys/dev/pci 101.1Sthorpej 111.1SthorpejMAN= pci.3 121.1Sthorpej 131.1SthorpejMLINKS= pci.3 pcibus_conf_read.3 \ 141.1Sthorpej pci.3 pcibus_conf_write.3 \ 151.1Sthorpej pci.3 pcidev_conf_read.3 \ 161.1Sthorpej pci.3 pcidev_conf_write.3 \ 171.1Sthorpej pci.3 pci_findvendor.3 \ 181.1Sthorpej pci.3 pci_devinfo.3 \ 191.1Sthorpej pci.3 pci_conf_print.3 201.1Sthorpej 211.1SthorpejINCSDIR= /usr/include 221.1SthorpejINCS= pci.h 231.1Sthorpej 241.1Sthorpej.include <bsd.lib.mk> 25