Annotation For ifconfig.init
Logged in as anonymous

Lines of ifconfig.init from check-in 8f80b79392 that are changed by the sequence of edits moving toward check-in 380071b4cc:

                         1: # vim:ft=make:
                         2: 
                         3: IFCONFIG_IFACES?=lo0
                         4: IFCONFIG_lo0?=inet 127.0.0.1/8 up
                         5: 
8f80b79392 2019-10-20    6: ifconfig: adjkerntz wlans
                         7: 	: Starting interfaces.
                         8: .for iface in ${IFCONFIG_IFACES}
                         9: 	ifconfig ${iface} ${IFCONFIG_${iface}}
                        10: .endfor