]> TLD Linux GIT Repositories - rc-scripts.git/blob - rc.d/init.d/Makefile.am
- from PLD
[rc-scripts.git] / rc.d / init.d / Makefile.am
1 @SET_MAKE@
2
3 initdir = @rcdir@/init.d
4
5 init_SCRIPTS = \
6         allowlogin \
7         cpusets \
8         killall \
9         netfs \
10         network \
11         random \
12         single \
13         sys-chroots \
14         cryptsetup \
15         local
16
17 EXTRA_DIST = $(init_SCRIPTS) $(init_DATA)
18
19 install-data-hook: all
20         $(LN_S) $(initdir) $(DESTDIR)$(sysconfdir)/init.d
21         $(LN_S) /lib/rc-scripts/functions $(DESTDIR)$(initdir)/functions
22
23 uninstall-hook:
24         rm -f $(DESTDIR)$(sysconfdir)/init.d
25         rm -f $(DESTDIR)$(sysconfdir)/init.d/functions