diff options
author | minskim <minskim> | 2011-10-11 19:53:49 +0000 |
---|---|---|
committer | minskim <minskim> | 2011-10-11 19:53:49 +0000 |
commit | d10eac899900af249a69fcee448fb2ceadecda9d (patch) | |
tree | 753fcb30fec1c247754bca7a3f0498d8ccce65f3 /misc/Makefile | |
parent | 9bf0dc344dbafb284d5fc5ef1e217269c4f14879 (diff) | |
download | pkgsrc-d10eac899900af249a69fcee448fb2ceadecda9d.tar.gz |
Add color-theme.
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index f3927c396c1..de530193490 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.362 2011/10/02 14:11:52 wiz Exp $ +# $NetBSD: Makefile,v 1.363 2011/10/11 19:53:50 minskim Exp $ # COMMENT= Miscellaneous utilities @@ -30,6 +30,7 @@ SUBDIR+= cksfv SUBDIR+= colorize SUBDIR+= colorls SUBDIR+= colortail +SUBDIR+= color-theme SUBDIR+= cowsay SUBDIR+= cstream SUBDIR+= cuecat |