OSPF was not able to be built stand-alone.
This commit is contained in:
parent
00bd27a1cc
commit
37299f1e44
2 changed files with 3 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -4,7 +4,7 @@
|
|||
|
||||
objdir=obj
|
||||
|
||||
all depend tags install:
|
||||
all depend tags install install-docs:
|
||||
$(MAKE) -C $(objdir) $@
|
||||
|
||||
docs userdocs progdocs:
|
||||
|
@ -15,5 +15,6 @@ clean:
|
|||
find . -name "*~" -or -name "*.[oa]" -or -name "\#*\#" -or -name TAGS -or -name core -or -name depend -or -name ".#*" | xargs rm -f
|
||||
|
||||
distclean: clean
|
||||
$(MAKE) -C doc distclean
|
||||
rm -rf $(objdir)
|
||||
rm -f config.* configure sysdep/autoconf.h sysdep/paths.h Makefile
|
||||
|
|
|
@ -26,6 +26,7 @@ CF_KEYWORDS(NEIGHBORS, RFC1583COMPAT, STUB, TICK, COST, RETRANSMIT)
|
|||
CF_KEYWORDS(HELLO, TRANSMIT, PRIORITY, DEAD, NONBROADCAST, POINTOPOINT, TYPE)
|
||||
CF_KEYWORDS(NONE, SIMPLE, AUTHENTICATION, PASSWORD, STRICT)
|
||||
CF_KEYWORDS(ELIGIBLE, POLL, NETWORKS, HIDDEN)
|
||||
CF_KEYWORDS(DELAY, BROADCAST, WAIT)
|
||||
|
||||
%type <t> opttext
|
||||
|
||||
|
|
Loading…
Reference in a new issue