openrc/sh/Makefile

24 lines
729 B
Makefile
Raw Normal View History

2008-03-25 22:47:15 +05:30
DIR= ${PREFIX}/${RC_LIB}/sh
SRCS= functions.sh.in gendepends.sh.in net.sh.in \
rc-functions.sh.in runscript.sh.in
INC= init-common-post.sh rc-mount.sh functions.sh rc-functions.sh
BIN= gendepends.sh init.sh net.sh runscript.sh
INSTALLAFTER= _installafter
MK= ../mk
include ${MK}/os.mk
include Makefile.${OS}
2008-01-10 22:27:05 +05:30
include ${MK}/scripts.mk
_installafter:
2008-03-25 22:49:41 +05:30
${INSTALL} -d ${DESTDIR}/${INITDIR}
@# Provide an init script for the loopback interface
2008-03-25 22:41:44 +05:30
ln -snf ${PREFIX}/${RC_LIB}/sh/net.sh ${DESTDIR}/${INITDIR}/${NET_LO} || exit $$?
@# Put functions.sh into the init.d dir so 3rd party apps don't have to
@# be multilib aware
2008-03-25 22:41:44 +05:30
ln -snf ${PREFIX}/${RC_LIB}/sh/functions.sh ${DESTDIR}/${INITDIR} || exit $$?
2008-03-24 12:47:05 +05:30
check test::
./runtests.sh