diff options
author | itojun <itojun> | 2000-03-12 09:28:59 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-03-12 09:28:59 +0000 |
commit | 5bdbd7e967474e80cdb40b2c28f6910ca9ce4196 (patch) | |
tree | 798c92bec321ffd59736dadd2061da6d5f48a163 /textproc/Makefile | |
parent | d67e91fcf020dff9b9d250d68fd4c1425c733f7f (diff) | |
download | pkgsrc-5bdbd7e967474e80cdb40b2c28f6910ca9ce4196.tar.gz |
add textproc/wdiff
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 a71c4709387..f4f0dad811c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2000/02/25 01:04:16 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2000/03/12 09:28:59 itojun Exp $ # FreeBSD Id: Makefile,v 1.13 1997/10/13 11:11:32 itojun Exp # @@ -44,5 +44,6 @@ SUBDIR += texi2html SUBDIR += textutils SUBDIR += unroff + SUBDIR += wdiff .include "../mk/bsd.pkg.subdir.mk" |