]> TLD Linux GIT Repositories - rc-scripts.git/blob - ppp/Makefile.am
- disable lock checks (happens on LUKS2 and fails during system boot)
[rc-scripts.git] / ppp / Makefile.am
1 @SET_MAKE@
2
3 pppdir = @pppdir@
4
5 ppp_SCRIPTS = \
6         auth-up \
7         auth-down \
8         ip-up \
9         ip-down \
10         ipx-up \
11         ipx-down
12
13 EXTRA_DIST = $(ppp_SCRIPTS)     
14
15 install-data-hook: all
16         ln -sf ip-up    $(DESTDIR)$(pppdir)/ipv6-up
17         ln -sf ip-down  $(DESTDIR)$(pppdir)/ipv6-down
18
19 uninstall-hook:
20         rm -f           $(DESTDIR)$(pppdir)/ipv6-up
21         rm -f           $(DESTDIR)$(pppdir)/ipv6-down