xref: /minix3/lib/libpci/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc#	$NetBSD: Makefile,v 1.5 2014/09/21 14:32:37 christos Exp $
27eb99bdaSLionel Sambuc
37eb99bdaSLionel Sambuc.include <bsd.own.mk>
47eb99bdaSLionel Sambuc
57eb99bdaSLionel SambucLIB=	pci
67eb99bdaSLionel Sambuc
7*0a6a1f1dSLionel SambucSRCS=	pci_bus.c pci_device.c pci_drvname.c pci_subr.c dev_verbose.c
8*0a6a1f1dSLionel SambucSYSDIR= ${NETBSDSRCDIR}/sys/
97eb99bdaSLionel Sambuc
10*0a6a1f1dSLionel Sambuc.PATH.c: ${SYSDIR}/dev/pci ${SYSDIR}/dev
11*0a6a1f1dSLionel SambucCPPFLAGS+= -I${SYSDIR}
127eb99bdaSLionel Sambuc
137eb99bdaSLionel SambucMAN=	pci.3
147eb99bdaSLionel Sambuc
157eb99bdaSLionel SambucMLINKS=	pci.3 pcibus_conf_read.3 \
167eb99bdaSLionel Sambuc	pci.3 pcibus_conf_write.3 \
177eb99bdaSLionel Sambuc	pci.3 pcidev_conf_read.3 \
187eb99bdaSLionel Sambuc	pci.3 pcidev_conf_write.3 \
197eb99bdaSLionel Sambuc	pci.3 pci_findvendor.3 \
207eb99bdaSLionel Sambuc	pci.3 pci_devinfo.3 \
217eb99bdaSLionel Sambuc	pci.3 pci_conf_print.3
227eb99bdaSLionel Sambuc
237eb99bdaSLionel SambucINCSDIR= /usr/include
247eb99bdaSLionel SambucINCS=	pci.h
257eb99bdaSLionel Sambuc
267eb99bdaSLionel Sambuc.include <bsd.lib.mk>
27