chiark
/
gitweb
/
~mdw
/
secnet
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
netlink: fix const-correctness of ip_fast_csum fallback
[secnet]
/
test-example
/
Makefile
1
all: sites.conf inside.key outside.key
2
3
%.key: %.key.b64
4
base64 -d <$< >$@.new && mv -f $@.new $@
5
6
sites.conf: ../make-secnet-sites sites Makefile
7
../make-secnet-sites sites sites.conf