diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:24:30 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:24:30 +0200 |
commit | 6102459f1761588f23e1ecbfa373bccd3dd52b7b (patch) | |
tree | 0f4895955493693ddff309f96d4dec1c42de5593 /Makefile.am | |
parent | 28747a0a626b15a9e0bfb34e0a729325e503820f (diff) |
Remove debug-shell / secure-tty support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 635735aee8..d18cedcd51 100644 --- a/Makefile.am +++ b/Makefile.am @@ -996,8 +996,6 @@ substitutions = \ '|VERSION=$(VERSION)|' \ '|rootprefix=$(rootprefix)|' \ '|udevlibexecdir=$(udevlibexecdir)|' \ - '|SUSHELL=$(SUSHELL)|' \ - '|DEBUGTTY=$(DEBUGTTY)|' \ '|MKDIR_P=$(MKDIR_P)|' \ '|SYSTEM_SYSVINIT_PATH=$(sysvinitdir)|' \ '|VARLOGDIR=$(varlogdir)|' \ |