0af7d5bc20
Split halt.sh into halt, killprocs, romount and savecache services. The reboot runlevel is removed but mapped to shutdown. The halt script should be moved to the sysvinit package.
10 lines
134 B
Makefile
10 lines
134 B
Makefile
DIR= ${SYSCONFDIR}
|
|
CONF= rc.conf
|
|
|
|
CLEANFILES+= rc.conf
|
|
|
|
MK= ../mk
|
|
include ${MK}/os.mk
|
|
include Makefile.${OS}
|
|
include ${MK}/scripts.mk
|