File devfs.init artifact 1eeb4f1711 part of check-in b4e23b21af
# 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