aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2017-02-17 12:06:03 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2017-02-17 12:06:03 -0600
commit6f614cd3f33dbdea3a67ac2fb414b1130674ee04 (patch)
tree70fd3cc0f4bff6e3fd3e55a8b3e5776fa7c30937 /src/Makefile
parent85c1930acf15b0c9d3c5537fb2b0409c6a11c982 (diff)
Move deptree2dot to the support folder
Since deptree2dot and the perl requirement are completely optional, we can move this tool to the support folder. This gives the user the option of using it if they have perl installed, and means we do not have an optional runtime dependency on perl. Documentation for this tool has also been added to the support folder. X-Gentoo-Bug: 600742 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=600742
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index ffbf8d6e..e3750347 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,9 +3,5 @@
SUBDIR= test libeinfo librc rc
-ifeq (${MKTOOLS},yes)
-SUBDIR+= tools
-endif
-
MK= ../mk
include ${MK}/subdir.mk