aboutsummaryrefslogtreecommitdiffstats
path: root/etc/systemd/system
diff options
context:
space:
mode:
Diffstat (limited to 'etc/systemd/system')
-rw-r--r--etc/systemd/system/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/systemd/system/Makefile.am b/etc/systemd/system/Makefile.am
index 8ffb14a38..6476fb1bd 100644
--- a/etc/systemd/system/Makefile.am
+++ b/etc/systemd/system/Makefile.am
@@ -35,6 +35,4 @@ install-data-hook:
$(MKDIR_P) "$(DESTDIR)$(systemdunitdir)"
ln -sf /dev/null "$(DESTDIR)$(systemdunitdir)/zfs-import.service"
-# Double-colon rules are allowed; there are multiple independent definitions.
-distclean-local::
- -$(RM) $(systemdunit_DATA) $(systemdpreset_DATA)
+CLEANFILES = $(systemdunit_DATA) $(systemdpreset_DATA)