5062c9b6fc 2019-10-19 arcade: # vim:ft=make:
5062c9b6fc 2019-10-19 arcade:
5062c9b6fc 2019-10-19 arcade: DEVFS_CONFIG_FILES?=/etc/defaults/devfs.conf /etc/devfs.conf
5062c9b6fc 2019-10-19 arcade:
5062c9b6fc 2019-10-19 arcade: devfs:
5062c9b6fc 2019-10-19 arcade: : Applying devfs rules.
5062c9b6fc 2019-10-19 arcade: .for file in ${DEVFS_CONFIG_FILES}
5062c9b6fc 2019-10-19 arcade: .if exists(${file})
5062c9b6fc 2019-10-19 arcade: devfsctl -a -f ${file}
5062c9b6fc 2019-10-19 arcade: .endif
5062c9b6fc 2019-10-19 arcade: .endfor