summaryrefslogtreecommitdiff
path: root/src/systemd-tmpfiles/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-tmpfiles/Makefile')
-rw-r--r--src/systemd-tmpfiles/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd-tmpfiles/Makefile b/src/systemd-tmpfiles/Makefile
index d5bfee8578..cd4778b4b5 100644
--- a/src/systemd-tmpfiles/Makefile
+++ b/src/systemd-tmpfiles/Makefile
@@ -57,7 +57,7 @@ dist_tmpfiles_DATA = \
ifneq ($(HAVE_SYSV_COMPAT),)
dist_tmpfiles_DATA += \
tmpfiles.d/legacy.conf
-endif
+endif # HAVE_SYSV_COMPAT
SYSINIT_TARGET_WANTS += \
systemd-tmpfiles-setup-dev.service \
@@ -72,7 +72,7 @@ TIMERS_TARGET_WANTS += \
INSTALL_DIRS += \
$(tmpfilesdir) \
$(sysconfdir)/tmpfiles.d
-endif
+endif # ENABLE_TMPFILES
EXTRA_DIST += \
tmpfiles.d/systemd.conf.m4 \