11.6Spgoyette# $NetBSD: Makefile,v 1.6 2021/06/29 21:03:36 pgoyette Exp $ 21.2Slukem 31.2Slukem.include <bsd.own.mk> 41.1Sthorpej 51.1SthorpejLIB= pci 61.1Sthorpej 71.5SchristosSRCS= pci_bus.c pci_device.c pci_drvname.c pci_subr.c dev_verbose.c 81.5SchristosSYSDIR= ${NETBSDSRCDIR}/sys/ 91.1Sthorpej 101.5Schristos.PATH.c: ${SYSDIR}/dev/pci ${SYSDIR}/dev 111.5SchristosCPPFLAGS+= -I${SYSDIR} 121.1Sthorpej 131.6SpgoyetteCOPTS.dev_verbose.c+= -Wno-error=format-nonliteral 141.6Spgoyette 151.1SthorpejMAN= pci.3 161.1Sthorpej 171.1SthorpejMLINKS= pci.3 pcibus_conf_read.3 \ 181.1Sthorpej pci.3 pcibus_conf_write.3 \ 191.1Sthorpej pci.3 pcidev_conf_read.3 \ 201.1Sthorpej pci.3 pcidev_conf_write.3 \ 211.1Sthorpej pci.3 pci_findvendor.3 \ 221.1Sthorpej pci.3 pci_devinfo.3 \ 231.1Sthorpej pci.3 pci_conf_print.3 241.1Sthorpej 251.1SthorpejINCSDIR= /usr/include 261.1SthorpejINCS= pci.h 271.1Sthorpej 281.1Sthorpej.include <bsd.lib.mk> 29