9 lines
125 B
Makefile
9 lines
125 B
Makefile
MK= ../../mk
|
|
include ${MK}/os.mk
|
|
|
|
DIR= ${DATADIR}/support/sysvinit
|
|
INC= halt.sh inittab README.md
|
|
|
|
|
|
include ${MK}/scripts.mk
|