summaryrefslogtreecommitdiffstats
path: root/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 /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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 962a71c..eec90c7 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ OPT=-O2
DEBUG=-g#gdb
CFLAGS=$(OPT) $(DEBUG) -Wall -W -Wstrict-prototypes -Wno-unused -Wno-parentheses
-PROTOCOLS=
+PROTOCOLS=rip
LIBDIRS=sysdep/linux sysdep/unix lib
STDDIRS=nest $(addprefix proto/,$(PROTOCOLS))
DIRS=$(STDDIRS) $(OBJDIR)/lib