summaryrefslogtreecommitdiff
path: root/init.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/Makefile')
-rw-r--r--init.d/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.d/Makefile b/init.d/Makefile
index d5c3ea8..a34ee90 100644
--- a/init.d/Makefile
+++ b/init.d/Makefile
@@ -6,12 +6,12 @@ BIN= ${OBJS}
# Build our old net foo or not
ifeq (${MKNET},)
-INSTALLAFTER= _installafter_net.lo
-SRCS+= net.lo.in
+SRCS+= network.in staticroute.in
endif
-ifeq (${MKNET},newnet)
-SRCS+= network.in staticroute.in
+ifeq (${MKNET},oldnet)
+INSTALLAFTER= _installafter_net.lo
+SRCS+= net.lo.in
endif
MK= ../mk