Pull /etc/ifconfig.eth0 into interfaces
Reverse list of interfaces when stopping Improve build for conf.d/network
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user