From 54ab12d2186d907ea8d7d882b6a9e0536fcc8f5c Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 11 Jan 2014 13:32:43 -0600 Subject: 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. --- sh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sh/Makefile') 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 -- cgit v1.2.3