diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-19 23:09:07 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-19 23:09:07 +0100 |
commit | 2638249d34cc7f600fba25edd29538c00a3aca31 (patch) | |
tree | 206aeb113f3822d08385cae49e9b5e1bbe6796fb /proto/bgp/Makefile | |
parent | 349e21bb0bb7584fb18c19859d876893c3130947 (diff) | |
download | bird-2638249d34cc7f600fba25edd29538c00a3aca31.tar bird-2638249d34cc7f600fba25edd29538c00a3aca31.zip |
Bare skeleton of the BGP.
Diffstat (limited to 'proto/bgp/Makefile')
-rw-r--r-- | proto/bgp/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/bgp/Makefile b/proto/bgp/Makefile new file mode 100644 index 0000000..8358bc8 --- /dev/null +++ b/proto/bgp/Makefile @@ -0,0 +1,5 @@ +source=bgp.c +root-rel=../../ +dir-name=proto/bgp + +include ../../Rules |