diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-18 06:34:27 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-18 06:34:27 +0000 |
commit | 4138db0e8bc7aeee24683436e65c0b735998fb23 (patch) | |
tree | 57b6b53d48cdcbb9f56aa8b076dddf570c019b36 /x11/Makefile | |
parent | Update to 0.99.0. (diff) |
add xclip 0.08
An interface to X selections ("the clipboard") from the command line
Diffstat (limited to '')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index d72c6bd753ca..f66d6127cbdc 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -94,6 +94,7 @@ SUBDIR += xballoon SUBDIR += xbanner SUBDIR += xcb + SUBDIR += xclip SUBDIR += xcmd SUBDIR += xco SUBDIR += xcoloredit |