shorewall_code/contrib/iana_reserved/Makefile

11 lines
255 B
Makefile
Raw Normal View History

all: bogons
wget:
wget --timestamping http://www.iana.org/assignments/ipv4-address-space
bogons: bogons.head bogons.body bogons.tail
cat $^ > $@
bogons.body: wget ipv4-address-space getreserved.py Makefile
./getreserved.py < ipv4-address-space > $@