shorewall_code/contrib/iana_reserved/Makefile
paulgear 70443f3589 Created a little infrastructure to help maintain the bogons file.
Submissions gratefully accepted to improve my dodgy Makefile (at the
moment, it runs the ./getreserved and the cat every time).


git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2241 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
2005-07-02 10:03:07 +00:00

11 lines
255 B
Makefile

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 > $@