diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-10-14 16:46:15 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-10-14 16:46:15 +0000 |
commit | a91f5b325724f129cf89aef084652677eb28c3b9 (patch) | |
tree | 1eebb48ba6baafd86947be11464186024bac8545 /textproc | |
parent | fb90c42c045a8346b03665db9315af5c37783e94 (diff) | |
download | pkgsrc-a91f5b325724f129cf89aef084652677eb28c3b9.tar.gz |
Add grep
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 e1e756e91e7..827a6464a83 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.166 2002/10/08 05:29:33 cjep Exp $ +# $NetBSD: Makefile,v 1.167 2002/10/14 16:46:15 bouyer Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -29,6 +29,7 @@ SUBDIR+= expat SUBDIR+= fop SUBDIR+= freepwing SUBDIR+= glimpse +SUBDIR+= grep SUBDIR+= groff SUBDIR+= gsed SUBDIR+= gtk-doc |