diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2021-05-05 11:33:01 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2021-05-05 11:33:01 +0000 |
commit | aa4b948a4318853e8d74708fc1eec773bce06031 (patch) | |
tree | 0f589c3a56fe4936a4b2c9b2f88afdcdbc2e12f5 /net/Makefile | |
parent | a523e531cd2418b75d43ef92f1f41adba7619fec (diff) |
net/td-system-info: New port
Printing basic system information and system maintenance
- Submitter becomes Maintainer
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255576
Reported by: Thomas Dreibholz <dreibh@iem.uni-due.de>
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D30098
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 16a00758c5e2..43f823c399e4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1456,6 +1456,7 @@ SUBDIR += tcpwatch SUBDIR += tcpxd SUBDIR += tcpxtract + SUBDIR += td-system-tools SUBDIR += tdetect SUBDIR += termshark SUBDIR += tftpgrab |