9047ea4cb0
These files have been in the distribution for some time but haven't been installed. They are good examples of how to do things, so we should install them.
9 lines
117 B
Makefile
9 lines
117 B
Makefile
MK= ../../mk
|
|
include ${MK}/os.mk
|
|
|
|
DIR= ${DATADIR}/support/sysvinit
|
|
INC= inittab README.md
|
|
|
|
|
|
include ${MK}/scripts.mk
|