diff options
Diffstat (limited to 'package/toolbox/src/lsof/Makefile')
-rw-r--r-- | package/toolbox/src/lsof/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/toolbox/src/lsof/Makefile b/package/toolbox/src/lsof/Makefile new file mode 100644 index 000000000..778de1506 --- /dev/null +++ b/package/toolbox/src/lsof/Makefile @@ -0,0 +1,3 @@ +PROG= lsof + +include ../tool.mk |