diff options
author | nia <nia@pkgsrc.org> | 2020-01-15 14:56:46 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-15 14:56:46 +0000 |
commit | 8e10452c65234a76737eeaa36248de4497889a07 (patch) | |
tree | 2552f6d36ab1e8cf15b4af748a269616977045ae /misc/Makefile | |
parent | 006d2d8ff3a653e5eb6badaaa1848beb1bd3acee (diff) | |
download | pkgsrc-8e10452c65234a76737eeaa36248de4497889a07.tar.gz |
misc: Add lr.
lr is a new tool for generating file listings, which includes the best
features of ls(1), find(1), stat(1) and du(1).
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 489403d58f1..bd8f7b06b0b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.531 2020/01/13 22:30:34 nia Exp $ +# $NetBSD: Makefile,v 1.532 2020/01/15 14:56:46 nia Exp $ # COMMENT= Miscellaneous utilities @@ -180,6 +180,7 @@ SUBDIR+= linux-words SUBDIR+= loco SUBDIR+= logsurfer SUBDIR+= lookup +SUBDIR+= lr SUBDIR+= lv SUBDIR+= m17n-db SUBDIR+= m17n-docs |