shorewall_code/contrib/shoregen/samples/Makefile

11 lines
121 B
Makefile
Raw Normal View History

FLAGS=-c -r
HOSTS=ig proxy mail og
default: $(HOSTS)
$(HOSTS):
shoregen $@
install:
install_shoregen -c -r $(HOSTS)