diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-09-17 07:46:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-09-17 07:46:30 +0000 |
commit | ea649301d8c5291b9fec9623724445a56aa81210 (patch) | |
tree | 1c28545ad708ff39927dd0c1d9a4dbf65af0b4aa /x11/Makefile | |
parent | Fixed checksum. (diff) |
Added swisswatch. Closes PR ports/1627.
Submitted by: sanpei@yy.cs.keio.ac.jp
Notes
Notes:
svn path=/head/; revision=3792
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index 19e2badb2a1c..8af7db60ddb8 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.99 1996/09/03 01:34:59 ache Exp $ +# $Id: Makefile,v 1.100 1996/09/15 10:33:18 torstenb Exp $ # SUBDIR += FWF @@ -26,6 +26,7 @@ SUBDIR += specJava SUBDIR += stars SUBDIR += sunclock + SUBDIR += swisswatch SUBDIR += sxpc SUBDIR += tk SUBDIR += tk4 |