971bb1a587
Change-Id: Ib11d8659485a444797bf3a2118182a1d4e316b50
17 lines
446 B
Text
17 lines
446 B
Text
# $NetBSD: Makefile.servermod,v 1.2 2008/08/10 11:56:06 rtr Exp $
|
|
|
|
.if defined(XMODULEDIR)
|
|
SHLIB_MAJOR=0
|
|
.endif
|
|
|
|
# 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
|