diff options
author | wiz <wiz> | 2001-09-19 10:39:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-19 10:39:44 +0000 |
commit | 427d865ab4b901b1a5d4a25600d66bc9d828eb6f (patch) | |
tree | d695078834bae3cdce9dc3f10602a5a21bcfcfbe /misc | |
parent | e5893778ce5012d16924aaa7f57aedce79078a64 (diff) | |
download | pkgsrc-427d865ab4b901b1a5d4a25600d66bc9d828eb6f.tar.gz |
Add and enable cstream
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index e60dc5af5d8..43ac625b133 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2001/09/02 20:15:15 wiz Exp $ +# $NetBSD: Makefile,v 1.104 2001/09/19 10:39:44 wiz Exp $ # COMMENT= Miscellaneous utilities @@ -16,6 +16,7 @@ SUBDIR+= colorize SUBDIR+= colorls SUBDIR+= colortail SUBDIR+= cowsay +SUBDIR+= cstream SUBDIR+= cuecat SUBDIR+= dgpsip SUBDIR+= dialog |