diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-29 05:32:54 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-29 05:32:54 +0000 |
commit | f94cc45c89170b84f685cc2767bba5140553e291 (patch) | |
tree | ce1408ae3cb198e0829806e9f293340085bd4fb7 | |
parent | tkcon, a replacement for the standard console that comes with Tk. (diff) |
Activate tkcon.
Notes
Notes:
svn path=/head/; revision=19897
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 606149e8b5bb..5d794677c0e6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.196 1999/06/28 01:46:03 billf Exp $ +# $Id: Makefile,v 1.197 1999/06/28 06:40:35 cpiazza Exp $ # SUBDIR += ElectricFence @@ -158,6 +158,7 @@ SUBDIR += tclcl SUBDIR += tclgetopts SUBDIR += templ + SUBDIR += tkcon SUBDIR += tkcvs SUBDIR += tkref SUBDIR += tvision |