diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 08:57:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 08:57:54 +0000 |
commit | 505ecaca2e8149ebc6b38ad48a9ff3b5f97b9617 (patch) | |
tree | 499ea62e231f88310346457adc6afae37f6d874f /x11/Makefile | |
parent | 07ab3ccfac4d9799e05b162fab483bf1e4f0f25e (diff) |
add xcmd
Xcmd is a front-end for starting programs under X11
PR: 29326
Submitted by: Oliver Breuninger <ob@breuninger.org>
Notes
Notes:
svn path=/head/; revision=46428
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 604e9accca25..1672cb5d87c6 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -88,6 +88,7 @@ SUBDIR += xballoon SUBDIR += xbanner SUBDIR += xcb + SUBDIR += xcmd SUBDIR += xco SUBDIR += xcoloredit SUBDIR += xcolors |