From d220fc272337b216bff6ac781a7b6be4e6f3caee Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 6 Dec 2017 13:21:25 -0600 Subject: add bash completion support This fixes #188. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3