diff options
author | kim <kim> | 2001-05-29 20:05:42 +0000 |
---|---|---|
committer | kim <kim> | 2001-05-29 20:05:42 +0000 |
commit | a1664e033cf2a4bbf36267bd815d9aacf262a420 (patch) | |
tree | 009b437344305114b4862a9be404081c20687efd /net | |
parent | d04dac660bb82234e1db854c6fbed150413a49d4 (diff) | |
download | pkgsrc-a1664e033cf2a4bbf36267bd815d9aacf262a420.tar.gz |
Add and enable stripes.
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 e586abb0fa1..e5e1542677f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.222 2001/05/21 13:17:54 zuntum Exp $ +# $NetBSD: Makefile,v 1.223 2001/05/29 20:05:42 kim Exp $ # COMMENT= Networking tools @@ -144,6 +144,7 @@ SUBDIR+= speakfreely SUBDIR+= spegla SUBDIR+= srsh SUBDIR+= ssync +SUBDIR+= stripes SUBDIR+= tacacs SUBDIR+= tcl-scotty SUBDIR+= tcpdmerge |