diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-07-19 14:27:20 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-07-19 14:27:20 +0000 |
commit | 2cfec919999236c8194c9944dd71802b2e669b04 (patch) | |
tree | 7b21c405b03b6831e4e810bc82fb6733a78b189d /textproc/Makefile | |
parent | Remove kludge and fix -lintl detection. (diff) |
Add dictfmt, a dictionary formatter for dictd.
PR: 40755
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes:
svn path=/head/; revision=63247
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index dc4e28c384b7..81092f276649 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -26,6 +26,7 @@ SUBDIR += dadadodo SUBDIR += dico SUBDIR += dict + SUBDIR += dictfmt SUBDIR += dictionary SUBDIR += diff-mode.el SUBDIR += diffstat |