Pull /etc/ifconfig.eth0 into interfaces

Reverse list of interfaces when stopping
Improve build for conf.d/network
This commit is contained in:
Roy Marples
2009-04-19 08:52:00 +00:00
parent 3579663173
commit 170547010f
6 changed files with 73 additions and 35 deletions

View File

@@ -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