diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 22:45:04 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-29 22:45:04 +0000 |
commit | c4ec13a79e0aba17359449c28d44c77e2dbdd3f9 (patch) | |
tree | 93be0edf6c4025d7d84ca53014d6196186f62b03 /Makefile | |
parent | 0935f0726beb9fa9f571cd86fe60ab7a00d50291 (diff) |
doc needs to be build after util.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |