mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
888f9351b5
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4027 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
11 lines
130 B
Makefile
11 lines
130 B
Makefile
FLAGS=-c -r
|
|
HOSTS=ig proxy mail og
|
|
|
|
default: $(HOSTS)
|
|
|
|
$(HOSTS):
|
|
shoregen $@
|
|
|
|
install: $(HOSTS)
|
|
install_shoregen -c -r $(HOSTS)
|