devfs.init.mk at [17041521b1]
Logged in as anonymous

File devfs.init.mk artifact 6873f9fe09 part of check-in 17041521b1


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