INSTALLAFTER needs to be defined before we include our mk's to work.

This commit is contained in:
Roy Marples 2008-01-13 17:49:29 +00:00
parent 87e4e4410c
commit b054a7251b

View File

@ -4,6 +4,8 @@ OBJS= ${SRCS:.in=.sh}
INC= init-common-post.sh rc-mount.sh ${OBJS}
BIN= gendepends.sh net.sh runscript.sh
INSTALLAFTER= _installafter
MK= ../mk
# To get NET_LO
include ${MK}/os.mk
@ -15,7 +17,6 @@ include ${MK}/scripts.mk
.in.sh:
sed -e 's:/lib/:/${LIBNAME}/:g' $< > $@
INSTALLAFTER= _installafter
_installafter:
${INSTALL} -d ${DESTDIR}/etc/init.d
@# Provide an init script for the loopback interface