diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2014-01-11 13:32:43 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-01-11 13:32:43 -0600 |
commit | 54ab12d2186d907ea8d7d882b6a9e0536fcc8f5c (patch) | |
tree | f9a9fdfbb5d3bebe16d9b938a4925e0a4b26bf84 /sh/Makefile | |
parent | 257e10a1abe275cfdd01f590e78a499c292ab55f (diff) |
Merge init-common-post code into BSD init script
This code is no longer part of the initialization script for Linux, so
we can move it into the init script for *BSD which is the only place it
is used.
Diffstat (limited to 'sh/Makefile')
-rw-r--r-- | sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/Makefile b/sh/Makefile index 7307f63a..c1953f31 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -1,7 +1,7 @@ DIR= ${LIBEXECDIR}/sh -SRCS= init.sh.in functions.sh.in gendepends.sh.in init-common-post.sh.in \ +SRCS= init.sh.in functions.sh.in gendepends.sh.in \ rc-functions.sh.in runscript.sh.in tmpfiles.sh.in ${SRCS-${OS}} -INC= init-common-post.sh rc-mount.sh functions.sh rc-functions.sh +INC= rc-mount.sh functions.sh rc-functions.sh BIN= gendepends.sh init.sh runscript.sh tmpfiles.sh ${BIN-${OS}} INSTALLAFTER= _installafter |