8 lines
112 B
Makefile
8 lines
112 B
Makefile
DIR= ${SYSCONFDIR}
|
|
CONF= rc.conf
|
|
|
|
MK= ../mk
|
|
include ${MK}/os.mk
|
|
include Makefile.${OS}
|
|
include ${MK}/scripts.mk
|