summaryrefslogtreecommitdiff
path: root/init.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/Makefile')
-rw-r--r--init.d/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/init.d/Makefile b/init.d/Makefile
index de8428a..8351f3c 100644
--- a/init.d/Makefile
+++ b/init.d/Makefile
@@ -4,15 +4,9 @@ SRCS= bootmisc.in fsck.in hostname.in local.in localmount.in netmount.in \
sysctl.in urandom.in ${SRCS-${OS}}
BIN= ${OBJS}
-# Build our old net foo or not
-ifeq (${MKOLDNET},yes)
-_OLDNET= net.lo
-endif
-_NET_LO= ${_OLDNET}
-
-INSTALLAFTER= _installafter_${_NET_LO}
-CLEANFILES+= ${_NET_LO}
-TARGETS+= ${_NET_LO}
+INSTALLAFTER= _installafter_net.lo
+CLEANFILES+= net.lo
+TARGETS+= net.lo
MK= ../mk
include ${MK}/os.mk
@@ -45,4 +39,4 @@ include ${MK}/scripts.mk
_installafter_: realinstall
_installafter_net.lo: realinstall
- ${INSTALL} -m ${BINMODE} net.lo ${DESTDIR}/${INITDIR}/${NET_LO}
+ ${INSTALL} -m ${BINMODE} net.lo ${DESTDIR}/${INITDIR}/${NET_LO-${OS}}