diff options
author | kmoore <kmoore@FreeBSD.org> | 2017-03-08 19:56:50 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2017-03-08 19:56:50 +0800 |
commit | ccabfd89ff256d65936380e57ce06aa2f72412f8 (patch) | |
tree | 91ea1e93d3af1025ed7a4b8d37ad2fb1770be0bf /sysutils/Makefile | |
parent | 5828cf1569d8501972966f1897bb0733a763cde2 (diff) | |
download | freebsd-ports-gnome-ccabfd89ff256d65936380e57ce06aa2f72412f8.tar.gz freebsd-ports-gnome-ccabfd89ff256d65936380e57ce06aa2f72412f8.tar.zst freebsd-ports-gnome-ccabfd89ff256d65936380e57ce06aa2f72412f8.zip |
SysAdm is a FreeBSD-based service which provides a stable API for
administrating FreeBSD and TrueOS systems. It is composed of a
headless daemon that runs in the background on any system to be
administrated, providing both web socket and REST network services.
WWW: https://sysadm.us
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 1cb56a7c24c6..15b8c550f025 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1088,6 +1088,7 @@ SUBDIR += symlinks SUBDIR += symon SUBDIR += synergy + SUBDIR += sysadm SUBDIR += sysgather SUBDIR += sysinfo SUBDIR += syslinux |