diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-03-09 00:51:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-03-09 00:51:20 +0000 |
commit | 19e4924603aacc9dc1a8d2b6ae318850ffd7dfd6 (patch) | |
tree | 9d9c3e617e9554fe4975730cb13962da3fc31fd4 | |
parent | Color patch for ls. Am I going to be killed for this? ;) (diff) |
Added colorls.
-rw-r--r-- | misc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/Makefile b/misc/Makefile index b840e41d99d9..47f520f9ae93 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.42 1995/03/01 00:25:15 gpalmer Exp $ +# $Id: Makefile,v 1.43 1995/03/06 08:17:02 asami Exp $ # # restricted: pgp.usa_only pgp.non-usa_only # -SUBDIR= Canna Wnn amanda cpm hfs iozone ispell less mshell mtools nkf \ +SUBDIR= Canna Wnn amanda colorls cpm hfs iozone ispell less mshell mtools nkf \ rman screen top tua xdu xsysstats .include <bsd.port.subdir.mk> |