2008-11-08 07:57:54 -07:00
|
|
|
# $OpenBSD: Makefile,v 1.2 2008/11/08 14:57:54 matthieu Exp $
|
2008-10-05 02:06:06 -06:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
all: pci.ids
|
|
|
|
|
|
|
|
install:
|
2008-11-08 07:57:54 -07:00
|
|
|
${INSTALL_DATA} -c pci.ids ${DESTDIR}${X11BASE}/share/
|
2008-10-05 02:06:06 -06:00
|
|
|
|
|
|
|
pci.ids: ${BSDSRCDIR}/sys/dev/pci/pcidevs
|
|
|
|
perl ${.CURDIR}/pcidevs2pciids.pl < ${BSDSRCDIR}/sys/dev/pci/pcidevs \
|
|
|
|
> pci.ids
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f pci.ids
|
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|
|
|
|
|