devfs.init.mk at [7a1e7f4a58]
Logged in as anonymous

File devfs.init.mk artifact 6873f9fe09 part of check-in 7a1e7f4a58


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