diff options
author | Pavel Machek <pavel@ucw.cz> | 1998-07-09 21:39:04 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1998-07-09 21:39:04 +0200 |
commit | a103373f6147f27e4ac71e5903563e57ce52902c (patch) | |
tree | 34ca60b328fd906c50af90740fdc006f014b3aa2 /proto/rip/Makefile | |
parent | 86b0023033a25cdc6ab5480e03893f516184a2a5 (diff) | |
download | bird-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/Makefile | 4 |
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 |