diff options
Diffstat (limited to 'src/sysusers')
-rw-r--r-- | src/sysusers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysusers/Makefile b/src/sysusers/Makefile index 12b899c444..7d62d07c57 100644 --- a/src/sysusers/Makefile +++ b/src/sysusers/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -if ENABLE_SYSUSERS +ifneq ($(ENABLE_SYSUSERS),) systemd_sysusers_SOURCES = \ src/sysusers/sysusers.c @@ -40,7 +40,7 @@ nodist_sysusers_DATA = \ sysusers.d/systemd.conf \ sysusers.d/basic.conf -if HAVE_REMOTE +ifneq ($(HAVE_REMOTE),) nodist_sysusers_DATA += \ sysusers.d/systemd-remote.conf endif |