open-src/data/smf-rbac/Makefile
changeset 227 4f2fc638a732
parent 214 dea2a0e2c5bf
child 232 d14aadda1e82
equal deleted inserted replaced
226:c37935abfe67 227:4f2fc638a732
    27 # shall not be used in advertising or otherwise to promote the sale, use
    27 # shall not be used in advertising or otherwise to promote the sale, use
    28 # or other dealings in this Software without prior written authorization
    28 # or other dealings in this Software without prior written authorization
    29 # of the copyright holder.
    29 # of the copyright holder.
    30 #
    30 #
    31 #
    31 #
    32 # ident "@(#)Makefile 1.4     07/09/04 SMI"
    32 # ident "@(#)Makefile 1.5     07/10/02 SMI"
    33 #
    33 #
    34 # Files for integration with Solaris Service Management Framework (SMF) and
    34 # Files for integration with Solaris Service Management Framework (SMF) and
    35 # Role Based Access Control (RBAC)
    35 # Role Based Access Control (RBAC)
    36 
    36 
    37 # No upstream sources for these files, since they're Solaris-specific
    37 # No upstream sources for these files, since they're Solaris-specific
   100 OGL_VENDOR_SCRIPTS=nvidia_vendor_select mesa_vendor_select
   100 OGL_VENDOR_SCRIPTS=nvidia_vendor_select mesa_vendor_select
   101 
   101 
   102 install_i386: install_common
   102 install_i386: install_common
   103 	mkdir -p $(DESTDIR)$(SUN_SMF_MANIFEST_DIR)/opengl \
   103 	mkdir -p $(DESTDIR)$(SUN_SMF_MANIFEST_DIR)/opengl \
   104 		$(DESTDIR)$(SUN_SMF_METHOD_DIR) \
   104 		$(DESTDIR)$(SUN_SMF_METHOD_DIR) \
       
   105 		$(DESTDIR)$(X11_DIR)/share/man/man1 \
   105 		$(DESTDIR)/lib/opengl/ogl_select/
   106 		$(DESTDIR)/lib/opengl/ogl_select/
   106 	cp -p ogl-select.xml $(DESTDIR)$(SUN_SMF_MANIFEST_DIR)/opengl
   107 	cp -p ogl-select.xml $(DESTDIR)$(SUN_SMF_MANIFEST_DIR)/opengl
       
   108 	cp -p ogl-select.man $(DESTDIR)$(X11_DIR)/share/man/man1/ogl-select.1
   107 	cp -p ogl-select $(DESTDIR)$(SUN_SMF_METHOD_DIR)/ogl-select
   109 	cp -p ogl-select $(DESTDIR)$(SUN_SMF_METHOD_DIR)/ogl-select
   108 	cp -p $(OGL_VENDOR_SCRIPTS) $(DESTDIR)/lib/opengl/ogl_select/
   110 	cp -p $(OGL_VENDOR_SCRIPTS) $(DESTDIR)/lib/opengl/ogl_select/
   109 
   111 
   110