From 170547010f78a0b195157b60f3c7cae4a3380a86 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 19 Apr 2009 08:52:00 +0000 Subject: Pull /etc/ifconfig.eth0 into interfaces Reverse list of interfaces when stopping Improve build for conf.d/network --- conf.d/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf.d/Makefile') diff --git a/conf.d/Makefile b/conf.d/Makefile index 9d0fc0d0..a884b46b 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,9 +1,14 @@ DIR= ${CONFDIR} CONF= bootmisc fsck hostname local localmount network urandom +TARGETS+= network CLEANFILES+= network MK= ../mk include ${MK}/os.mk include Makefile.${OS} include ${MK}/scripts.mk + +network: network.in network.${OS} + cp network.in network + [ -e network.${OS} ] && cat network.${OS} >> network -- cgit v1.2.3