a58266a796
building so far: doc include dix fb mi miext randr render again based on the work rtr made for xorg support, and of course this is very much based on the work lukem did originally for src/x11, as is all the stuff in src/external/mit/xorg. hi luke! :)
14 lines
400 B
Makefile
14 lines
400 B
Makefile
# $NetBSD: Makefile.servermod,v 1.1 2008/08/02 04:32:00 mrg Exp $
|
|
|
|
# if these aren't defined the module being built is not installed
|
|
# instead it is statically linked into the xserver
|
|
.if !defined(XMODULEDIR) && !defined(XMODULE)
|
|
libinstall::
|
|
moduleinstall::
|
|
.endif
|
|
|
|
# x11 modules that are installed need the X11FLAGS.LOADABLE's defined
|
|
.if defined(XMODULEDIR)
|
|
CPPFLAGS+= ${X11FLAGS.LOADABLE}
|
|
.endif
|