aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7b69da6..22bef0e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,14 @@
SHELL = /bin/bash
-# systemd support
-VDRSYSTEMD ?= 0
+## systemd support
+#VDRSYSTEMD ?= 0
SUBDIRS = etc usr vdrplugin-rebuild
-ifeq ($(VDRSYSTEMD),1)
+#ifeq ($(VDRSYSTEMD),1)
SUBDIRS += etc/systemd/system/vdr.service.d usr/lib/systemd/system var/vdr/tmp
-endif
+#endif
all: