1 1.1 mrg # $NetBSD: Makefile.servermod,v 1.1 2008/08/02 04:32:00 mrg Exp $ 2 1.1 mrg 3 1.1 mrg # if these aren't defined the module being built is not installed 4 1.1 mrg # instead it is statically linked into the xserver 5 1.1 mrg .if !defined(XMODULEDIR) && !defined(XMODULE) 6 1.1 mrg libinstall:: 7 1.1 mrg moduleinstall:: 8 1.1 mrg .endif 9 1.1 mrg 10 1.1 mrg # x11 modules that are installed need the X11FLAGS.LOADABLE's defined 11 1.1 mrg .if defined(XMODULEDIR) 12 1.1 mrg CPPFLAGS+= ${X11FLAGS.LOADABLE} 13 1.1 mrg .endif 14