diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-16 07:55:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-16 07:55:04 +0000 |
commit | abe5b7bdf16c530ec2857bd3d956a3d9ff4b2cfc (patch) | |
tree | b7ce584cb390e32f72baf606f23cc529bc45e948 /x11/Makefile | |
parent | Activate xlock after a user-defined time of inactivity. (diff) |
Added xautolock.
Notes
Notes:
svn path=/head/; revision=3613
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 03c87971b702..18a613065864 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.93 1996/08/03 22:44:15 chuckr Exp $ +# $Id: Makefile,v 1.94 1996/08/16 07:40:50 asami Exp $ # SUBDIR += FWF @@ -32,6 +32,7 @@ SUBDIR += tvtwm SUBDIR += viewfax SUBDIR += x3270 + SUBDIR += xautolock SUBDIR += xbuffy SUBDIR += xcb SUBDIR += xcolors |