summaryrefslogtreecommitdiff
path: root/distro/systemd/Makefile.am
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-06-27 13:56:16 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-06-27 13:56:16 +0200
commit749384a154025e268b53cf3cc79eaeddde2b3ceb (patch)
tree27baa9e6aec76635d750405d90cd461440a656d1 /distro/systemd/Makefile.am
parentdb4f04c584f7d4e828b5d317cf40962b9d854ac5 (diff)
initial stretch branch release 2.4.0-6
Diffstat (limited to 'distro/systemd/Makefile.am')
-rw-r--r--distro/systemd/Makefile.am32
1 files changed, 0 insertions, 32 deletions
diff --git a/distro/systemd/Makefile.am b/distro/systemd/Makefile.am
deleted file mode 100644
index 1e3f3ea..0000000
--- a/distro/systemd/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# OpenVPN -- An application to securely tunnel IP networks
-# over a single UDP port, with support for SSL/TLS-based
-# session authentication and key exchange,
-# packet encryption, packet authentication, and
-# packet compression.
-#
-# Copyright (C) 2017 OpenVPN Technologies, Inc. <sales@openvpn.net>
-#
-
-%.service: %.service.in Makefile
- $(AM_V_GEN)sed -e 's|\@sbindir\@|$(sbindir)|' \
- $< > $@.tmp && mv $@.tmp $@
-
-EXTRA_DIST = \
- tmpfiles-openvpn.conf \
- openvpn-client@.service.in \
- openvpn-server@.service.in
-
-if ENABLE_SYSTEMD
-systemdunit_DATA = \
- openvpn-client@.service \
- openvpn-server@.service
-tmpfiles_DATA = \
- tmpfiles-openvpn.conf
-
-install-data-hook:
- mv $(DESTDIR)$(tmpfilesdir)/tmpfiles-openvpn.conf $(DESTDIR)$(tmpfilesdir)/openvpn.conf
-endif
-
-MAINTAINERCLEANFILES = \
- $(srcdir)/Makefile.in