Lines of devd.service from check-in 716b0393df that are changed by the sequence of edits moving toward check-in 67838bd249:
1: # vim:ft=make:
2:
3: DAEMON_devd_COMMAND?=/sbin/devd
4: DAEMON_devd_ENABLE?=yes
5: DAEMON_devd_FLAGS?=-dq
6:
7: devd: _service
716b0393df 2019-10-21 8: .export DAEMON_$@_ENABLE
716b0393df 2019-10-21 9: test -z "$${DAEMON_$@_ENABLE}" || sysctl hw.bus.devctl_disable=1