aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/mkriorules.sh
blob: 25cacc79b577e56db8b96a18010f4c4aebdb6a74 (plain)
1
2
3
4
5
6
7
8
if [ "x$WSYSTYPE" != xx11 ]; then
	echo 'default:V: all'
	echo
	echo 'all install clean nuke:'
	echo '	# WSYSTYPE is not x11, and rio is only for x11'
	exit 0
fi
cat $PLAN9/src/mkmany