git: d73d40c17f89 - main - usr.sbin: add tcpsso to Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 18:22:56 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=d73d40c17f890518d6a58f4c3a36c9acbcb34bb0
commit d73d40c17f890518d6a58f4c3a36c9acbcb34bb0
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2022-02-09 18:22:18 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2022-02-09 18:22:18 +0000
usr.sbin: add tcpsso to Makefile
---
usr.sbin/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index f0614ba9b348..d7e0811a961c 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -89,6 +89,7 @@ SUBDIR= adduser \
sysrc \
tcpdrop \
tcpdump \
+ tcpsso \
traceroute \
trim \
trpt \