diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-06-24 15:18:23 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-06-24 15:18:23 +0000 |
commit | a49098468f8873ec0db159ab163db2a7ea3f4885 (patch) | |
tree | 17c786b2e208172de78d703877870a428090e0d9 /textproc/Makefile | |
parent | c00932af8bb7bffc8c345f914bab1cac11977783 (diff) |
Notes
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 4053acd6f209..7f1f02c8c91e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.53 1999/05/26 08:03:27 tg Exp $ +# $Id: Makefile,v 1.54 1999/06/06 17:17:50 steve Exp $ # SUBDIR += agrep @@ -55,6 +55,7 @@ SUBDIR += wdiff SUBDIR += word2x SUBDIR += xml4j + SUBDIR += xt SUBDIR += yodl .include <bsd.port.subdir.mk> |