summaryrefslogtreecommitdiffstats
path: root/proto/rip/Makefile
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1998-07-09 21:39:04 +0200
committerPavel Machek <pavel@ucw.cz>1998-07-09 21:39:04 +0200
commita103373f6147f27e4ac71e5903563e57ce52902c (patch)
tree34ca60b328fd906c50af90740fdc006f014b3aa2 /proto/rip/Makefile
parent86b0023033a25cdc6ab5480e03893f516184a2a5 (diff)
downloadbird-a103373f6147f27e4ac71e5903563e57ce52902c.tar
bird-a103373f6147f27e4ac71e5903563e57ce52902c.zip
Commiting RIP. RIP should somehow listen, will not reply. I needed to
commit it so that whole thing compiles.
Diffstat (limited to 'proto/rip/Makefile')
-rw-r--r--proto/rip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/rip/Makefile b/proto/rip/Makefile
new file mode 100644
index 0000000..0555c38
--- /dev/null
+++ b/proto/rip/Makefile
@@ -0,0 +1,4 @@
+THISDIR=proto/rip
+OBJS=rip.o
+
+include ../../Rules