added an input kit target

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9233 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-10-07 08:35:51 +00:00
parent 3239999b76
commit d3e72bf66a

19
Jamfile
View File

@ -89,4 +89,23 @@ Depends MediaKit :
wav_reader
;
# Pseudo-target to build the input kit only
NotFile InputKit ;
Depends InputKit :
# Servers
input_server
# Addons
<input>keyboard
<input>mouse
# Apps
keymap
# Preferences
Keymap
Keyboard
Mouse
;
SubInclude OBOS_TOP src ;