rio: only build if WSYSTYPE is x11

This commit is contained in:
Russ Cox 2008-07-09 11:46:30 -04:00
parent ae1f02adde
commit 8315a8045c

View file

@ -1,4 +1,4 @@
if [ "x$WSYSTYPE" = xnowsys ]; then if [ "x$WSYSTYPE" != xx11 ]; then
echo 'all install clean nuke:Q:' echo 'all install clean nuke:Q:'
echo ' #' echo ' #'
exit 0 exit 0