move init.d examples under support and install them
This commit is contained in:
13
support/init.d.examples/Makefile
Normal file
13
support/init.d.examples/Makefile
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user