Diff
Logged in as anonymous

Differences From Artifact [773353bac7]:

To Artifact [87db81b2a1]:


1
2
3
4
5
6
7
8
9

10
1
2
3
4
5
6
7
8

9
10








-
+

# 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}}
	ifconfig ${iface} ${IFCONFIG_${iface}}
.endfor