diff options
author | fcambus <fcambus@pkgsrc.org> | 2022-02-21 13:45:48 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2022-02-21 13:45:48 +0000 |
commit | 58930ed1278d1a4df1edb2cc68dca9ff70cc4682 (patch) | |
tree | e50b5d0e37e97ff43cc7b0f43ed6d995d5033bc0 /textproc | |
parent | 7aa68b3b7e46c84edc804dfd49e00c0b36c68a02 (diff) | |
download | pkgsrc-58930ed1278d1a4df1edb2cc68dca9ff70cc4682.tar.gz |
Add ydiff.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 01a1ce36d73..a714e8258a9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1288 2022/02/16 10:21:24 pho Exp $ +# $NetBSD: Makefile,v 1.1289 2022/02/21 13:45:48 fcambus Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -1364,6 +1364,7 @@ SUBDIR+= xxdiff SUBDIR+= xxdiff-scripts SUBDIR+= yamcha SUBDIR+= yaml-cpp +SUBDIR+= ydiff SUBDIR+= yelp-tools SUBDIR+= yelp-xsl SUBDIR+= yodl |