projects
/
invirt/packages/invirt-xen-config.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set the arp_notify sysctl on new interfaces, and set all sysctls before the interface...
[invirt/packages/invirt-xen-config.git]
/
Makefile
1
all: xend-config.sxp.invirt.mako
2
3
xend-config.sxp.invirt.mako:
4
./templatize-xend-config < /etc/xen/xend-config.sxp > $@
5
6
clean:
7
rm -f xend-config.sxp.invirt.mako
8
9
.PHONY: clean