diff options
-rw-r--r-- | lst/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lst/Makefile b/lst/Makefile index 8b061684..0e59c396 100644 --- a/lst/Makefile +++ b/lst/Makefile @@ -53,7 +53,7 @@ new-pci-ids: @curl -O http://pciids.sourceforge.net/pci.ids new-oui-txt: - @curl -O http://standards.ieee.org/regauth/oui/oui.txt + @curl -O http://standards.ieee.org/develop/regauth/oui/oui.txt install: $(TMP_TABLES) $(TABLES3) for i in $(TABLES); do \ |