7 lines
101 B
Makefile
7 lines
101 B
Makefile
DIR= ${RC_LIB}/sh
|
|
SRCS= init-early.sh.in init.sh.in
|
|
BIN= ${OBJS}
|
|
|
|
MK= ../mk
|
|
include ${MK}/scripts.mk
|