98ad6e84d6
(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.
17 lines
516 B
Makefile
17 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 18:37:05 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
XF86SRC=${X11SRCDIR.xc}/programs/Xserver/hw/xfree86
|
|
|
|
LNFILES=${XF86SRC}/common/xf86Module.h xf86Module.h \
|
|
${XF86SRC}/common/xf86Opt.h xf86Opt.h \
|
|
${XF86SRC}/os-support/xf86_libc.h xf86_libc.h \
|
|
${XF86SRC}/os-support/xf86_ansic.h xf86_ansic.h \
|
|
${XF86SRC}/os-support/bus/xf86Pci.h xf86Pci.h \
|
|
${XF86SRC}/xf86Version.h xf86Version.h \
|
|
${XF86SRC}/common/compiler.h compiler.h
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.x11.mk>
|