summaryrefslogtreecommitdiffstats
path: root/proto/radv/Makefile
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-03-13 11:33:50 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2011-03-13 11:33:50 +0100
commit93e868c730dc0b1825b2a685e0b066c051b1cb07 (patch)
tree732a24861785cbefac966c365a762628bac9c0ac /proto/radv/Makefile
parent9d67ffb0b4cdfbbf88779ce2b44ba810d1ba85d3 (diff)
downloadbird-93e868c730dc0b1825b2a685e0b066c051b1cb07.tar
bird-93e868c730dc0b1825b2a685e0b066c051b1cb07.zip
Implements Router Advertisement protocol.
Diffstat (limited to 'proto/radv/Makefile')
-rw-r--r--proto/radv/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/radv/Makefile b/proto/radv/Makefile
new file mode 100644
index 0000000..efc4d4a
--- /dev/null
+++ b/proto/radv/Makefile
@@ -0,0 +1,5 @@
+source=radv.c packets.c
+root-rel=../../
+dir-name=proto/radv
+
+include ../../Rules