summaryrefslogtreecommitdiff
path: root/sh/Makefile
blob: aae07a326bb40094ffc48399ce65563133e2a110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DIR=	${RC_LIB}/sh
INC=	init-common-post.sh rc-mount.sh functions.sh rc-functions.sh
BIN=	gendepends.sh net.sh runscript.sh

INSTALLAFTER=	_installafter

MK=	../mk
# To get NET_LO
include ${MK}/os.mk
include Makefile.${SUBOS}
include ${MK}/scripts.mk

_installafter:
	${INSTALL} -d ${DESTDIR}/${PREFIX}/etc/init.d
	@# Provide an init script for the loopback interface
	ln -snf ${RC_LIB}/sh/net.sh ${DESTDIR}/${PREFIX}/etc/init.d/${NET_LO} || exit $$?
	@# Put functions.sh into the init.d dir so 3rd party apps don't have to
	@# be multilib aware
	ln -snf ${RC_LIB}/sh/functions.sh ${DESTDIR}/${PREFIX}/etc/init.d || exit $$?