diff options
author | Kay Sievers <kay@vrfy.org> | 2013-07-26 02:33:51 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-07-26 02:40:09 +0200 |
commit | 819da59577758a7a328020546127091e45bc59e7 (patch) | |
tree | e5537b36bf4e070f41d87402384fd51d0a818808 /Makefile.am | |
parent | ec99834cb0e76a9e7096bd42249053712db9c32d (diff) |
shell-completion: add kernel-install
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d013dfd85f..3d08d7cb9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -339,7 +339,8 @@ dist_bashcompletion_DATA = \ shell-completion/bash/journalctl \ shell-completion/bash/systemctl \ shell-completion/bash/systemd-analyze \ - shell-completion/bash/udevadm + shell-completion/bash/udevadm \ + shell-completion/bash/kernel-install dist_sysctl_DATA = \ sysctl.d/50-default.conf |