diff options
author | John Hixson <jhixson@FreeBSD.org> | 2019-01-31 12:55:59 +0800 |
---|---|---|
committer | John Hixson <jhixson@FreeBSD.org> | 2019-01-31 12:55:59 +0800 |
commit | 962bd9fdb8f32226b9a7783ee2a0bda6076ffa41 (patch) | |
tree | 25ac53c831cc43e03483736965f868bd77f5bbdd /sysutils/Makefile | |
parent | f8c9f79e5e7a81d516b377d1fd65c744b70bca06 (diff) | |
download | freebsd-ports-gnome-962bd9fdb8f32226b9a7783ee2a0bda6076ffa41.tar.gz freebsd-ports-gnome-962bd9fdb8f32226b9a7783ee2a0bda6076ffa41.tar.zst freebsd-ports-gnome-962bd9fdb8f32226b9a7783ee2a0bda6076ffa41.zip |
[New port] sysutils/conman - serial console manager
- ConMan is a serial console management program designed to support a
large number of console devices and simultaneous users.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18978
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 adbcfeb7a13a..5d2ee481203b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -194,6 +194,7 @@ SUBDIR += confman SUBDIR += conky SUBDIR += conky-awesome + SUBDIR += conman SUBDIR += consolehm SUBDIR += consolekit2 SUBDIR += consul |