diff options
author | jtb <jtb@pkgsrc.org> | 2001-03-26 22:46:37 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-03-26 22:46:37 +0000 |
commit | 1146d79dd5594b3f37819d5b2ab96e9e07890c68 (patch) | |
tree | 878334713b98942ff41981e94e6a9f97d29f6c0e /textproc/Makefile | |
parent | 57e386abc64da9077d6868f68298510c36139db9 (diff) | |
download | pkgsrc-1146d79dd5594b3f37819d5b2ab96e9e07890c68.tar.gz |
Add and enable yodl.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index ef36ebca256..cee3c44f798 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.80 2001/03/25 06:09:02 mjl Exp $ +# $NetBSD: Makefile,v 1.81 2001/03/26 22:46:37 jtb Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -82,5 +82,6 @@ SUBDIR+= xerces-c SUBDIR+= xerces-j SUBDIR+= xp SUBDIR+= xt +SUBDIR+= yodl .include "../mk/bsd.pkg.subdir.mk" |