devfs.init at [7ccc41d896]
Logged in as anonymous

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


# 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