devfs.init at [b9bb8f0f8e]
Logged in as anonymous

File devfs.init artifact 1eeb4f1711 part of check-in b9bb8f0f8e


# vim:ft=make:

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

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