diff options
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 2abb3d1e718..9494d0f15e8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2000/05/23 17:23:42 hubertf Exp $ +# $NetBSD: Makefile,v 1.39 2000/05/26 22:52:41 jwise Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # @@ -47,5 +47,6 @@ SUBDIR += textutils SUBDIR += unroff SUBDIR += wdiff + SUBDIR += xerces-j .include "../mk/bsd.pkg.subdir.mk" |