diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 44dbd515712..105da566c09 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1432 2021/11/15 10:08:37 schmonz Exp $ +# $NetBSD: Makefile,v 1.1433 2021/11/15 11:37:29 schmonz Exp $ # COMMENT= Networking tools @@ -907,6 +907,7 @@ SUBDIR+= tcpdmerge SUBDIR+= tcpdpriv SUBDIR+= tcpdstat SUBDIR+= tcpdump +SUBDIR+= tcpexec SUBDIR+= tcpflow SUBDIR+= tcpick SUBDIR+= tcpillust |