aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-12-06 13:21:25 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-12-06 13:25:26 -0600
commitd220fc272337b216bff6ac781a7b6be4e6f3caee (patch)
treecd1411ccf2569faa87d64d8cdedfde2130aa0f9a /Makefile
parenta2447dfb420cbd97a65cc085404c031d42cb3dfb (diff)
add bash completion support
This fixes #188.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05cfb796..663e103e 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,8 @@ MK= ${TOP}/mk
include ${TOP}/Makefile.inc
-SUBDIR= conf.d etc init.d local.d man scripts sh src support sysctl.d
+SUBDIR= bash-completion conf.d etc init.d local.d man scripts sh src \
+ support sysctl.d
# Build pkgconfig or not
MKPKGCONFIG?= yes