diff options
author | asami <asami@FreeBSD.org> | 1996-08-16 15:55:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-16 15:55:04 +0800 |
commit | 2bd0cf571989e9cfac34517014b8ef7e626ebd5e (patch) | |
tree | 795dedba52f3bf760a1cd1541a8a856c7c4e2b3f /x11 | |
parent | 017fcd8e329b1425ff39b29cb20328697c5ade0d (diff) | |
download | freebsd-ports-graphics-2bd0cf571989e9cfac34517014b8ef7e626ebd5e.tar.gz freebsd-ports-graphics-2bd0cf571989e9cfac34517014b8ef7e626ebd5e.tar.zst freebsd-ports-graphics-2bd0cf571989e9cfac34517014b8ef7e626ebd5e.zip |
Added xautolock.
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 03c87971b70..18a61306586 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 |