1117N/AThe fbconf_xorg/src directory contains these Makefiles:
1117N/A Makefile.common Common definitions, included by all other Makefile.* files
1117N/A Makefile.<xfb> Builds libSUNW<xfb>_conf.so.1 for <xfb>
1117N/ATo implement a new libSUNW<xfb>_conf.so.1 shared library for a new <xfb>
1117N/A fbconf_xorg/<xfb>/<xfb>_properties.c
1117N/A fbconf_xorg/<xfb>/<xfb>_properties.h,
1117N/A (see fbopt_descr_t, etc. in fbc_getargs.h)
1117N/A (see fbc_propt.c)
1117N/A (see fbc_varient_t in fbc_properties.h)
1117N/A Create a fbconf_xorg/Makefile.<xfb> makefile. Invoke it from
1117N/A fbconf_xorg/Makefile, following existing examples. Update
1117N/A fbconf_xorg/Makefile.common as necessary.