summaryrefslogtreecommitdiffstats
path: root/proto/bgp/Makefile
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-19 23:09:07 +0100
committerMartin Mares <mj@ucw.cz>2000-03-19 23:09:07 +0100
commit2638249d34cc7f600fba25edd29538c00a3aca31 (patch)
tree206aeb113f3822d08385cae49e9b5e1bbe6796fb /proto/bgp/Makefile
parent349e21bb0bb7584fb18c19859d876893c3130947 (diff)
downloadbird-2638249d34cc7f600fba25edd29538c00a3aca31.tar
bird-2638249d34cc7f600fba25edd29538c00a3aca31.zip
Bare skeleton of the BGP.
Diffstat (limited to 'proto/bgp/Makefile')
-rw-r--r--proto/bgp/Makefile5
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