diff options
author | Renato Botelho <garga@FreeBSD.org> | 2019-11-22 20:15:37 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2019-11-22 20:15:37 +0800 |
commit | 05b7cafb93f7f1397a032622af2d0eebd9beb27a (patch) | |
tree | a393598737e1c5db5918bbb63914408b8df6ed14 /sysutils/Makefile | |
parent | 05b731e678ee355a16a8afd66c47f7f623802b9f (diff) | |
download | freebsd-ports-gnome-05b7cafb93f7f1397a032622af2d0eebd9beb27a.tar.gz freebsd-ports-gnome-05b7cafb93f7f1397a032622af2d0eebd9beb27a.tar.zst freebsd-ports-gnome-05b7cafb93f7f1397a032622af2d0eebd9beb27a.zip |
Toybox combines common command line utilities together
into a single BSD-licensed executable that's simple, small,
fast, reasonably standards-compliant, and powerful.
WWW: http://landley.net/toybox/
PR: 239494
Submitted by: vidar@karlsen.tech
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 729360f1e301..4bef2cd82805 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1309,6 +1309,7 @@ SUBDIR += topless SUBDIR += torque SUBDIR += toshctl + SUBDIR += toybox SUBDIR += tracker SUBDIR += tracker-miners SUBDIR += tree |