diff options
author | itojun <itojun> | 2000-11-14 21:20:09 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-11-14 21:20:09 +0000 |
commit | c219678676d2598a6e040f789ade9830c22e4493 (patch) | |
tree | 12b39c9d240f201fc27e8a18b90bdfb40323ae9a /converters | |
parent | f7c78d4c642f4b407cd9b6c0350bf7ecc690fea1 (diff) | |
download | pkgsrc-c219678676d2598a6e040f789ade9830c22e4493.tar.gz |
add converters/ish
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index e488d1558ac..40c0d3e4a7a 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2000/10/20 14:54:29 wennmach Exp $ +# $NetBSD: Makefile,v 1.21 2000/11/14 21:20:09 itojun Exp $ # FreeBSD Id: Makefile,v 1.8 1997/11/16 22:45:25 jseger Exp # SUBDIR += base64 SUBDIR += bbcim SUBDIR += cbmconvert + SUBDIR += ish SUBDIR += kdesupport SUBDIR += latex2rtf SUBDIR += mpack |