]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Add internal commands of the client to the command list.
authorMartin Mares <mj@ucw.cz>
Sun, 12 Mar 2000 23:04:04 +0000 (23:04 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 12 Mar 2000 23:04:04 +0000 (23:04 +0000)
client/cmds.m4 [new file with mode: 0644]
conf/Makefile

diff --git a/client/cmds.m4 b/client/cmds.m4
new file mode 100644 (file)
index 0000000..d24bbb0
--- /dev/null
@@ -0,0 +1,10 @@
+#
+#      BIRD -- Internal Commands Of The Client
+#
+#      (c) 2000 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+#
+#      Can be freely distributed and used under the terms of the GNU GPL.
+#
+
+CF_CLI(QUIT,,, [[Quit the client]])
+CF_CLI(EXIT,,, [[Exit the client]])
index 853cd832a688686b48eb95627f781663d352d2a5..9dff45820c15ed92287a7493ac8c1191cb0bbef1 100644 (file)
@@ -20,8 +20,8 @@ cf-parse.y: $(conf-fragments) $(conf-src)/gen_parser.m4
 keywords.h: $(conf-fragments) $(conf-src)/gen_keywords.m4
        $(M4) -P $(conf-src)/gen_keywords.m4 $(conf-fragments) >keywords.h
 
-commands.h: $(conf-fragments) $(conf-src)/gen_commands.m4
-       $(M4) -P $(conf-src)/gen_commands.m4 $(conf-fragments) | sort >commands.h
+commands.h: $(conf-fragments) $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4
+       $(M4) -P $(conf-src)/gen_commands.m4 $(srcdir)/client/cmds.m4 $(conf-fragments) | sort >commands.h
 
 cf-lex.c: cf-lex.l
        $(FLEX) $(FLEX_DEBUG) -sB8 -ocf-lex.c -Pcf_ cf-lex.l