diff options
author | Roy Marples <roy@marples.name> | 2008-01-13 17:49:29 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-13 17:49:29 +0000 |
commit | b054a7251b91e2b95290dfd3760f942186c2d864 (patch) | |
tree | d9428e12f23b25e0427fc0fdad19883a2241eaf5 | |
parent | 87e4e4410cb542f3b56989d02e088c5efdfaf157 (diff) |
INSTALLAFTER needs to be defined before we include our mk's to work.
-rw-r--r-- | sh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/Makefile b/sh/Makefile index 3412b630..47f431fa 100644 --- a/sh/Makefile +++ b/sh/Makefile @@ -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 |