aboutsummaryrefslogtreecommitdiff
path: root/support/init.d.examples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'support/init.d.examples/Makefile')
-rw-r--r--support/init.d.examples/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/support/init.d.examples/Makefile b/support/init.d.examples/Makefile
new file mode 100644
index 00000000..b65c1fd4
--- /dev/null
+++ b/support/init.d.examples/Makefile
@@ -0,0 +1,13 @@
+DIR= ${DATADIR}/support/init.d.examples
+INC= README.md
+SRCS= avahi-dnsconfd.in avahid.in dhcpcd.in dbus.in \
+ hald.in named.in ntpd.in \
+ openvpn.in polkitd.in sshd.in wpa_supplicant.in
+BIN= ${OBJS}
+
+MK= ../../mk
+
+SED_EXTRA+= -e 's:@VARBASE@:/var:g'
+
+include ${MK}/os.mk
+include ${MK}/scripts.mk