diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-11-30 18:07:53 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-11-30 18:07:53 -0800 |
commit | f6178a5b8fadae89dfe2630bc27ed8b16f51f7fe (patch) | |
tree | 69219b37143972d7a356c938bb3d1433ef85dad7 /Makefile.am | |
parent | 6f36e1824194fc32f9de9e0531248669dcab0a89 (diff) | |
download | vyatta-op-f6178a5b8fadae89dfe2630bc27ed8b16f51f7fe.tar.gz vyatta-op-f6178a5b8fadae89dfe2630bc27ed8b16f51f7fe.zip |
fix "show system [boot|kernel]-messages"
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8374a6d..69d449e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ alloweddir = $(datadir)/vyatta-op/functions/allowed allowed_DATA = functions/allowed/hosts bin_SCRIPTS = scripts/vyatta-show-interfaces +bin_SCRIPTS += scripts/vyatta-show-dmesg-all bin_SCRIPTS += scripts/vyatta-show-log-all bin_SCRIPTS += scripts/vyatta-show-version |