diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-07-09 18:02:54 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-07-09 19:44:40 -0500 |
commit | 2eea73bfd5ce2f9993d52293fe7d25c0c804d592 (patch) | |
tree | 45620825f65f3f03230adc7d817de87ce6d89964 /sh/Makefile | |
parent | a571a42421b337380b6f5751635c55906bb8b508 (diff) |
rc-functions.sh: Remove addon support
This is an old relic from Gentoo baselayout-1.x which should not be used
any longer.
Diffstat (limited to 'sh/Makefile')
-rw-r--r-- | sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/Makefile b/sh/Makefile index 4d7148fb..e5029bcd 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -1,6 +1,6 @@ DIR= ${LIBEXECDIR}/sh SRCS= init.sh.in functions.sh.in gendepends.sh.in \ - openrc-run.sh.in rc-functions.sh.in ${SRCS-${OS}} + openrc-run.sh.in ${SRCS-${OS}} INC= rc-mount.sh functions.sh rc-functions.sh runit.sh s6.sh \ start-stop-daemon.sh supervise-daemon.sh BIN= gendepends.sh init.sh openrc-run.sh ${BIN-${OS}} |