diff options
author | itojun <itojun> | 2001-03-06 03:00:02 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-03-06 03:00:02 +0000 |
commit | 698bbb4d462847689583a861a3b624fc16c3d788 (patch) | |
tree | 6d1f4430df013e8498db5ca3709f14883716ab85 /net | |
parent | 32515b5bb78394bb57dfb2975a56d9bfc8042506 (diff) | |
download | pkgsrc-698bbb4d462847689583a861a3b624fc16c3d788.tar.gz |
add net/tcpdmerge into SUBDIR
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 5c400b71a14..75c36660396 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.199 2001/03/05 20:48:42 jtb Exp $ +# $NetBSD: Makefile,v 1.200 2001/03/06 03:00:02 itojun Exp $ # COMMENT= Networking tools @@ -129,6 +129,7 @@ SUBDIR+= srsh SUBDIR+= ssync SUBDIR+= tacacs SUBDIR+= tcl-scotty +SUBDIR+= tcpdmerge SUBDIR+= tcpdump SUBDIR+= tcpillust SUBDIR+= tcptrace |