summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-26 22:53:51 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-26 22:53:51 +0000
commit13a244d352404878cf02c74ef86d2492e0f71708 (patch)
treeb43aff1eec727c1a2c6430096b077fbd768137ca /Makefile
parent293830b663fdf3f2b4c2d7c3de9e8e9f0dd5b110 (diff)
Move app/xtsscale build after drivers, since it requires a
header installed by driver/xf86-input-ws. Problem noticed by jdixon@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cfc53e0ef..788d2d233 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.31 2009/10/01 19:48:31 matthieu Exp $
+# $OpenBSD: Makefile,v 1.32 2009/11/26 22:53:50 matthieu Exp $
.include <bsd.own.mk>
LOCALAPPD=/usr/local/lib/X11/app-defaults
@@ -15,7 +15,8 @@ XSERVER= xserver
XSERVER+= kdrive
.endif
-SUBDIR= proto data/bitmaps lib app data/xkbdata ${XSERVER} driver util doc
+SUBDIR= proto font/util data/bitmaps lib app data/xkbdata \
+ ${XSERVER} driver app/xtsscale util doc
.ifndef NOFONTS
SUBDIR+= font
.endif