open-src/data/smf-rbac/Makefile
changeset 910 0a08683bf637
parent 907 3c35d611cdaa
child 919 425233ae7236
equal deleted inserted replaced
909:23e167c89da8 910:0a08683bf637
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     3 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
     4 # Use is subject to license terms.
     4 # Use is subject to license terms.
     5 #
     5 #
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     6 # Permission is hereby granted, free of charge, to any person obtaining a
     7 # copy of this software and associated documentation files (the
     7 # copy of this software and associated documentation files (the
     8 # "Software"), to deal in the Software without restriction, including
     8 # "Software"), to deal in the Software without restriction, including
    68 DEFAULT_XSERVER=$(X11_BIN_DIR)/Xorg
    68 DEFAULT_XSERVER=$(X11_BIN_DIR)/Xorg
    69 
    69 
    70 x11-server.xml: x11-server.xml.in
    70 x11-server.xml: x11-server.xml.in
    71 	sed -e 's|@DEFAULT_XSERVER@|$(DEFAULT_XSERVER)|' < x11-server.xml.in > $@
    71 	sed -e 's|@DEFAULT_XSERVER@|$(DEFAULT_XSERVER)|' < x11-server.xml.in > $@
    72 
    72 
    73 check:: x11-server.xml ogl-select.xml
    73 check: x11-server.xml ogl-select.xml
    74 	/usr/sbin/svccfg validate x11-server.xml
    74 	/usr/sbin/svccfg validate x11-server.xml
    75 	/usr/sbin/svccfg validate ogl-select.xml
    75 	/usr/sbin/svccfg validate ogl-select.xml
    76 
    76 
    77 clean_common:
    77 clean_common:
    78 	$(RM) x11-server.xml
    78 	$(RM) x11-server.xml