diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 22:53:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 22:53:51 +0000 |
commit | 1bd66c5486c97791132c9abb762b573be94774ea (patch) | |
tree | 3ae1485a31728b5f76bf09eaba8dc31ed21076ec /x11/Makefile | |
parent | An xview extension package. (diff) |
Add slingshot.
Notes
Notes:
svn path=/head/; revision=6713
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 089e49d62fd3..218bfa1b2ca1 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.135 1997/05/21 04:21:26 asami Exp $ +# $Id: Makefile,v 1.136 1997/06/03 19:16:19 max Exp $ # SUBDIR += FWF @@ -39,6 +39,7 @@ SUBDIR += qvwm SUBDIR += rclock SUBDIR += rxvt + SUBDIR += slingshot SUBDIR += swisswatch SUBDIR += sxpc SUBDIR += tix |