aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index af7ea0c..acfa38d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -93,6 +93,19 @@ _EVERYTHING = $(foreach F,$(___EVERYTHING_INFO),doc/info/$(F).texinfo) \
$(foreach F,$(___EVERYTHING_H),src/$(F).h) \
$(__EVERYTHING_ALL_COMMON) DEPENDENCIES INSTALL NEWS $(__todo) doc/concept
+# Used by mk/shell.mk
+_AUTO_COMPLETE = scrotty
+_WITH_SHELL = 1
+ifndef WITH_BASH
+WITHOUT_BASH = 1
+endif
+ifndef WITH_FISH
+WITHOUT_FISH = 1
+endif
+ifndef WITH_ZSH
+WITHOUT_ZSH = 1
+endif
+
# }}