devfs.init.mk at [5621f7a556]
Logged in as anonymous

File devfs.init.mk artifact 6873f9fe09 part of check-in 5621f7a556


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

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