diff options
author | itojun <itojun@pkgsrc.org> | 2000-03-12 09:28:59 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-03-12 09:28:59 +0000 |
commit | e17fc205fab2e9b4d2fc976fedd61ecf9f8dab2d (patch) | |
tree | 798c92bec321ffd59736dadd2061da6d5f48a163 /textproc | |
parent | d349a941a3b7c939c13251862a518cd43efbbffd (diff) | |
download | pkgsrc-e17fc205fab2e9b4d2fc976fedd61ecf9f8dab2d.tar.gz |
add textproc/wdiff
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 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" |