diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-02 20:01:52 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-02 20:01:52 +0000 |
commit | 8885049d4bd5558e4e20d8194fe11457c96f45e1 (patch) | |
tree | 1f0d3982358d8a95826a9a868567118e5227d96f /x11 | |
parent | 3e162300e92fea0ea2f0e4fc61d0f6eff1054a84 (diff) |
Added new x11 port tkdesk.
Submitted by: Andreas Kohout.
Notes
Notes:
svn path=/head/; revision=3502
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 870665a1175e..bfaef8df1f33 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.90 1996/07/31 22:09:19 chuckr Exp $ +# $Id: Makefile,v 1.91 1996/08/01 20:47:07 erich Exp $ # SUBDIR += FWF @@ -25,6 +25,7 @@ SUBDIR += tk SUBDIR += tk4 SUBDIR += tk41 + SUBDIR += tkdesk SUBDIR += tkxpm SUBDIR += tvtwm SUBDIR += viewfax |