etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / server / xorg-server / Makefile.servermod
blob2c1df1610f4e009e7698e6ecd528a4e2a4748859
1 #       $NetBSD: Makefile.servermod,v 1.3 2015/07/18 08:56:06 mrg Exp $
3 .if defined(XMODULEDIR)
4 SHLIB_MAJOR=0
6 # dri, dri2 and fb need to be linked statically as well?
7 .if !defined(XMODULEDIRANDSTATIC)
8 MKSTATICLIB:=   no
9 .endif
11 .else
13 # if these aren't defined the module being built is not installed
14 # instead it is statically linked into the xserver
15 libinstall::
16 moduleinstall::
18 .endif
20 # x11 modules that are installed need the X11FLAGS.LOADABLE's defined
21 .if defined(XMODULEDIR)
22 CPPFLAGS+=      ${X11FLAGS.LOADABLE}
23 .endif