diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-27 14:34:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-27 14:34:55 +0000 |
commit | 0f5fcc7f8d59145ee664c30b63c0d2c40485e7e1 (patch) | |
tree | d733ef12f9a7ed174008013a92829d4abfba9bea /x11/Makefile | |
parent | b0cfe74d9c8d2490043bc395bc77a6d67bbc3919 (diff) |
add xkbset
Manage various XKB features of X Window
PR: 27295
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Notes
Notes:
svn path=/head/; revision=43137
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 867d1d3195ce..9e900eac38e6 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -95,6 +95,7 @@ SUBDIR += xfishtank SUBDIR += xgrab SUBDIR += xkbctrl + SUBDIR += xkbset SUBDIR += xkeycaps SUBDIR += xkeywrap SUBDIR += xloadimage |