forked from extern/shorewall_code
11 lines
121 B
Makefile
11 lines
121 B
Makefile
|
FLAGS=-c -r
|
||
|
HOSTS=ig proxy mail og
|
||
|
|
||
|
default: $(HOSTS)
|
||
|
|
||
|
$(HOSTS):
|
||
|
shoregen $@
|
||
|
|
||
|
install:
|
||
|
install_shoregen -c -r $(HOSTS)
|