5 lines
123 B
Makefile
5 lines
123 B
Makefile
base: cron syslog sshd hosts
|
|
$(call script,init)
|
|
$(call script,runit)
|
|
$(call script,logrotate)
|
|
$(call script,utilities)
|