diff options
Diffstat (limited to 'support/deptree2dot')
-rw-r--r-- | support/deptree2dot/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/support/deptree2dot/Makefile b/support/deptree2dot/Makefile new file mode 100644 index 00000000..b7f6e392 --- /dev/null +++ b/support/deptree2dot/Makefile @@ -0,0 +1,9 @@ +MK= ../../mk +include ${MK}/os.mk + +DIR= ${DATADIR}/support/deptree2dot +BIN= deptree2dot +INC= README.md + + +include ${MK}/scripts.mk |