From: Karsten Hopp Date: Mon, 2 Jun 2008 12:22:54 +0000 (+0200) Subject: - add targets for oui.txt download and a shortcut for all downloads X-Git-Tag: hwdata-0.223-1~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d0cc1f09a14c2c9254bb752103ef8b3b931157d;p=oweals%2Fhwdata.git - add targets for oui.txt download and a shortcut for all downloads --- diff --git a/Makefile b/Makefile index 0119779..25ce802 100644 --- a/Makefile +++ b/Makefile @@ -79,8 +79,13 @@ clean: clog: hwdata.spec @sed -n '/^%changelog/,/^$$/{/^%/d;/^$$/d;s/%%/%/g;p}' $< | tee $@ +download: new-usb-ids new-pci-ids new-oui.txt + new-usb-ids: @curl -O http://www.linux-usb.org/usb.ids new-pci-ids: @curl -O http://pciids.sourceforge.net/pci.ids + +new-oui.txt: + @curl -O http://standards.ieee.org/regauth/oui/oui.txt