diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-14 08:43:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-14 08:43:59 +0000 |
commit | a5aa24b3827db05a3f635f717a7fb1d23153697e (patch) | |
tree | afd781cc9011a420a4a89c589f29cc64c84a7ac1 /x11 | |
parent | 2f0a365aaa919095468fa857bf5fa5b4fe2b7492 (diff) |
Added tk4.
Notes
Notes:
svn path=/head/; revision=2059
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 4a068b983558..a270cfa47553 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.73 1995/07/15 13:57:40 jkh Exp $ +# $Id: Makefile,v 1.74 1995/08/02 06:53:40 jkh Exp $ # SUBDIR += FWF @@ -17,6 +17,7 @@ SUBDIR += rxvt SUBDIR += sxpc SUBDIR += tk + SUBDIR += tk4 SUBDIR += tkhfs SUBDIR += tkinfo BROKEN += tkman |