diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 13:55:00 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:08:12 +0200 |
commit | 7cd279aa39956dd98a721b4e47cbb2f20b10438f (patch) | |
tree | a14b41d6e2e597dda83817f197405abd8f83d300 /Makefile.am | |
parent | be1cfc2db1bd9b57f2989595bae6b6c5b2d50815 (diff) |
Remove sulogin support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d40b3bb782..354cbf8777 100644 --- a/Makefile.am +++ b/Makefile.am @@ -998,7 +998,6 @@ substitutions = \ '|rootprefix=$(rootprefix)|' \ '|udevlibexecdir=$(udevlibexecdir)|' \ '|SUSHELL=$(SUSHELL)|' \ - '|SULOGIN=$(SULOGIN)|' \ '|DEBUGTTY=$(DEBUGTTY)|' \ '|MKDIR_P=$(MKDIR_P)|' \ '|SYSTEM_SYSVINIT_PATH=$(sysvinitdir)|' \ |