diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-19 22:30:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-19 22:30:35 +0000 |
commit | 5d91810c3c76168569ed0dec4fa886013e3a8375 (patch) | |
tree | 7ca4c1ea8cd5e91affeec05ee0bc493d2681dab9 /x11/Makefile | |
parent | Portlint. (diff) |
Add ktranslator and kvidtune.
Notes
Notes:
svn path=/head/; revision=17303
Diffstat (limited to '')
-rw-r--r-- | x11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 7873dc59cf86..dd06b9d16d29 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.252 1999/01/25 06:10:55 asami Exp $ +# $Id: Makefile,v 1.253 1999/01/26 03:27:32 steve Exp $ # SUBDIR += 9term @@ -55,6 +55,8 @@ SUBDIR += kdebase11 SUBDIR += kdelibs SUBDIR += kdelibs11 + SUBDIR += ktranslator + SUBDIR += kvidtune SUBDIR += kworldwatch SUBDIR += libdnd SUBDIR += libhelp |