Imakeicide-II: reach-over makefile infrastructure to build XFree86 4.x

(from /usr/xsrc) using bsd-style Makefiles.
Why?
    -	sane cross building
    -	easy builds from read only source
    -	non-root building
    -	imake is evil
nuff said.
This commit is contained in:
lukem 2003-09-12 04:43:18 +00:00
parent 06ea4a681d
commit 2854e6f642
5 changed files with 17 additions and 0 deletions

5
x11/Makefile.inc Normal file
View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/12 04:43:18 lukem Exp $
BINDIR= ${X11BINDIR}
LIBDIR= ${X11USRLIBDIR}
MANDIR= ${X11MANDIR}

3
x11/bin/Makefile.inc Normal file
View File

@ -0,0 +1,3 @@
# $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/12 04:44:37 lukem Exp $
.include "../Makefile.inc"

3
x11/lib/Makefile.inc Normal file
View File

@ -0,0 +1,3 @@
# $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/12 04:44:04 lukem Exp $
.include "../Makefile.inc"

View File

@ -0,0 +1,3 @@
# $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/12 04:49:23 lukem Exp $
.include "../Makefile.inc"

View File

@ -0,0 +1,3 @@
# $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/12 04:47:39 lukem Exp $
.include "../Makefile.inc"