ifconfig.init at [ebafd89015]
Logged in as anonymous

File ifconfig.init artifact 9b0a9c5a88 part of check-in ebafd89015


# vim:ft=make:

IFCONFIG_IFACES?=lo0
IFCONFIG_lo0?=inet 127.0.0.1/8 up

ifconfig: adjkerntz wlans cloned kld
	: Starting interfaces.
.for iface in ${IFCONFIG_IFACES}
	ifconfig ${iface} ${IFCONFIG_${iface}}
.endfor