File ifconfig.init artifact 773353bac7 part of check-in bf6ae1479b
# vim:ft=make: IFCONFIG_IFACES?=lo0 IFCONFIG_lo0?=inet 127.0.0.1/8 up ifconfig: adjkerntz wlans : Starting interfaces. .for iface in ${IFCONFIG_IFACES} ifconfig ${IFCONFIG_${iface}} .endfor