Diff
Logged in as anonymous

Differences From Artifact [64db65eb84]:

To Artifact [4278e3af4f]:


1
2
3

4
5
6
# vim:ft=make:

cloned: kld

.for iface in ${CLONED_INTERFACES}
	ifconfig ${iface} create
.endfor
<
<

>





1
2
3
4
5


cloned: kld
	echo "MRC:$@> Cloning interfaces: ${CLONED_INTERFACES}"
.for iface in ${CLONED_INTERFACES}
	ifconfig ${iface} create
.endfor