diff options
author | Pavel Machek <pavel@ucw.cz> | 1999-05-11 11:53:45 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 1999-05-11 11:53:45 +0200 |
commit | 1b16029c12a501752388523ebfe2981e7d7d7ed3 (patch) | |
tree | 7f35d3184049073ac0f6961ab8483defa76cba26 /proto/rip/Makefile | |
parent | f7103dfcfe174d39c8aa10eb100550e3ec213981 (diff) | |
download | bird-1b16029c12a501752388523ebfe2981e7d7d7ed3.tar bird-1b16029c12a501752388523ebfe2981e7d7d7ed3.zip |
Mensi updaty do ripu. Pridana passwd autentikace (netestovano).
Diffstat (limited to 'proto/rip/Makefile')
-rw-r--r-- | proto/rip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/rip/Makefile b/proto/rip/Makefile index 16bfe0f..d03e3a9 100644 --- a/proto/rip/Makefile +++ b/proto/rip/Makefile @@ -1,4 +1,4 @@ -source=rip.c +source=rip.c auth.c root-rel=../../ dir-name=proto/rip |