diff options
Diffstat (limited to 'proto/firewall/Makefile')
-rw-r--r-- | proto/firewall/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proto/firewall/Makefile b/proto/firewall/Makefile new file mode 100644 index 00000000..a322ab6a --- /dev/null +++ b/proto/firewall/Makefile @@ -0,0 +1,6 @@ +source=firewall.c +root-rel=../../ +dir-name=proto/firewall + +include ../../Rules + |