diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-07 12:05:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-07 12:05:29 +0000 |
commit | 2c688361643706e217a3bd6c2a07c2ee662e318d (patch) | |
tree | 45bc78f5a4411e2e55da5e88d5bb5f4025362cbc /converters | |
parent | Fix typo of Makefile introduced in previous revision. (diff) |
Add kde*11 dirs.
Notes
Notes:
svn path=/head/; revision=15912
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 1e0e24e6c5ae..dd35f81ecb13 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.13 1998/11/20 23:01:08 billf Exp $ +# $Id: Makefile,v 1.14 1998/11/20 23:23:00 billf Exp $ # SUBDIR += aish SUBDIR += btoa SUBDIR += ish SUBDIR += kdesupport + SUBDIR += kdesupport11 SUBDIR += mimepp SUBDIR += mpack SUBDIR += p5-Convert-UU |