aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-27 23:47:24 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-27 23:47:24 +0200
commit7ef19af760fb8a22c6e993b76fea355891598d3d (patch)
tree7de0af90b0994500dce8274c5975eb58ab1d23d7 /Makefile
parentstart on the section in the manual for the keyboard layout compiler (diff)
downloadmds-7ef19af760fb8a22c6e993b76fea355891598d3d.tar.gz
mds-7ef19af760fb8a22c6e993b76fea355891598d3d.tar.bz2
mds-7ef19af760fb8a22c6e993b76fea355891598d3d.tar.xz
m + kbd layout compiler: read file
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b01123d..f599801 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ LIBOBJ = linked-list client-list hash-table fd-table mds-message util
SERVERS = mds mds-respawn mds-server mds-echo mds-registry mds-clipboard \
mds-kkbd mds-vt
+# Utilities that do not utilise mds-base.
+TOOLS = mds-kbdc
+
# Servers that need setuid and root owner.
SETUID_SERVERS = mds mds-kkbd mds-vt
@@ -41,7 +44,7 @@ endif
# Build rules.
.PHONY: all
-all: doc servers libraries
+all: doc servers libraries tools
include mk/build.mk
include mk/build-doc.mk