summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-29 22:45:04 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2006-11-29 22:45:04 +0000
commitc4ec13a79e0aba17359449c28d44c77e2dbdd3f9 (patch)
tree93be0edf6c4025d7d84ca53014d6196186f62b03 /Makefile
parent0935f0726beb9fa9f571cd86fe60ab7a00d50291 (diff)
doc needs to be build after util.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4684a275d..f69b60c5c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.3 2006/11/29 21:52:18 matthieu Exp $
+# $OpenBSD: Makefile,v 1.4 2006/11/29 22:45:03 matthieu Exp $
.include <bsd.own.mk>
X11BASE?= /usr/X11R6
-SUBDIR= proto data/bitmaps lib app data/xkbdata xserver driver doc util
+SUBDIR= proto data/bitmaps lib app data/xkbdata xserver driver util doc
.ifndef NOFONTS
SUBDIR+= font
.endif