diff options
-rw-r--r-- | textproc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 81e95bd118c..8a651f2d97f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2001/10/03 10:33:57 jlam Exp $ +# $NetBSD: Makefile,v 1.122 2001/10/03 15:39:19 mjl Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -53,6 +53,8 @@ SUBDIR+= p5-Convert-ASN1 SUBDIR+= p5-Convert-BER SUBDIR+= p5-Convert-PEM SUBDIR+= p5-Filter +SUBDIR+= p5-PDF +SUBDIR+= p5-PDF-Create SUBDIR+= p5-Pod-POM SUBDIR+= p5-Text-Autoformat SUBDIR+= p5-Text-Balanced |