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