diff options
author | cjep <cjep> | 2002-11-19 07:15:40 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-11-19 07:15:40 +0000 |
commit | 8db3d10a2e3dcee5cc07a77fd9a6b3c30a2c1a98 (patch) | |
tree | 92c2990217ec54916612d89e295ee6710c208223 /textproc | |
parent | 8fd29d02d6e702b4ab811d4f331596fb06278177 (diff) | |
download | pkgsrc-8db3d10a2e3dcee5cc07a77fd9a6b3c30a2c1a98.tar.gz |
Add and enable bsdgrep.
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 bb08626b373..82ffc5f6c18 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.172 2002/11/07 20:47:44 explorer Exp $ +# $NetBSD: Makefile,v 1.173 2002/11/19 07:15:40 cjep Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -10,6 +10,7 @@ SUBDIR+= aspell-slovak SUBDIR+= bibclean SUBDIR+= biblook SUBDIR+= bibparse +SUBDIR+= bsdgrep SUBDIR+= btparse SUBDIR+= catdoc SUBDIR+= cdif |