URI:
       trio: only build if WSYSTYPE is x11 - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 8315a8045cd2c8433a9bbec6f2a93669ddc93501
   DIR parent ae1f02adde30419e698a3f95d3bb0380aa5ec5a7
  HTML Author: Russ Cox <rsc@swtch.com>
       Date:   Wed,  9 Jul 2008 11:46:30 -0400
       
       rio: only build if WSYSTYPE is x11
       
       Diffstat:
         M src/cmd/rio/mkriorules.sh           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/rio/mkriorules.sh b/src/cmd/rio/mkriorules.sh
       t@@ -1,4 +1,4 @@
       -if [ "x$WSYSTYPE" = xnowsys ]; then
       +if [ "x$WSYSTYPE" != xx11 ]; then
                echo 'all install clean nuke:Q:'
                echo '        #'
                exit 0