diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-12-01 21:36:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-12-01 21:36:53 +0000 |
commit | f00723619f36a772efb0f7bd82fca8e053d4be6e (patch) | |
tree | cc5cc0771b9687fb344854e015b3c2a6796d4c78 /Makefile | |
parent | d9995c0af063640258a9d410e636136d51764616 (diff) |
Move back build of xtsscale with other apps. It doesn't require
an installed header anymore.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2009/11/26 22:53:50 matthieu Exp $ +# $OpenBSD: Makefile,v 1.33 2009/12/01 21:36:52 matthieu Exp $ .include <bsd.own.mk> LOCALAPPD=/usr/local/lib/X11/app-defaults @@ -16,7 +16,7 @@ XSERVER+= kdrive .endif SUBDIR= proto font/util data/bitmaps lib app data/xkbdata \ - ${XSERVER} driver app/xtsscale util doc + ${XSERVER} driver util doc .ifndef NOFONTS SUBDIR+= font .endif |