Diff
Logged in as anonymous

Differences From Artifact [1eeb4f1711]:

To Artifact [6873f9fe09]:


1
2
3
4
5
6

7
8
9
10
11


1
2
3

4
5
6
7
8
9
-
-



-
+





# vim:ft=make:

DEVFS_CONFIG_FILES?=/etc/defaults/devfs.conf /etc/devfs.conf

devfs:
	: Applying devfs rules.
	echo "MRC:$@> Applying rules: ${DEVFS_CONFIG_FILES}"
.for file in ${DEVFS_CONFIG_FILES}
.if exists(${file})
	devfsctl -a -f ${file}
.endif
.endfor