From a1bf6440b5c27f7fb829eb25f6ac1c2629eb72eb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 6 Dec 1998 18:21:23 +0000 Subject: Added skeleton of static route protocol. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7dd702..b0fee62 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=rip +PROTOCOLS=rip static LIBDIRS=sysdep/linux sysdep/unix lib BASEDIRS=nest $(addprefix proto/,$(PROTOCOLS)) STDDIRS=$(BASEDIRS) $(OBJDIR)/conf -- cgit v1.2.3