diff options
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index b4e580b60be..70e5ec9b89f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2001/05/31 10:55:09 agc Exp $ +# $NetBSD: Makefile,v 1.104 2001/06/10 11:32:19 wiz Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -48,6 +48,7 @@ SUBDIR+= p5-Convert-BER SUBDIR+= p5-Filter SUBDIR+= p5-Pod-POM SUBDIR+= p5-Text-Autoformat +SUBDIR+= p5-Text-Balanced SUBDIR+= p5-Text-BibTeX SUBDIR+= p5-Text-CSV_XS SUBDIR+= p5-Text-DelimMatch |