630d23283a
This directory will contain tools which are not necessary for OpenRC to run, but which some users have found useful. The first of these is deptree2dot, which converts /run/openrc/deptree to a .dot file for use with graphviz. This can assist in finding circular dependencies.
12 lines
214 B
Makefile
12 lines
214 B
Makefile
# Copyright (c) 2007-2008 Roy Marples <roy@marples.name>
|
|
# Released under the 2-clause BSD license.
|
|
|
|
SUBDIR= test libeinfo librc rc
|
|
|
|
ifeq (${MKTOOLS},yes)
|
|
SUBDIR+= tools
|
|
endif
|
|
|
|
MK= ../mk
|
|
include ${MK}/subdir.mk
|